File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010 <EmbedAssembliesIntoApk >true</EmbedAssembliesIntoApk >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <PackageReference Include =" ppy.osu.Framework.Android" Version =" 2025.715 .0" />
13+ <PackageReference Include =" ppy.osu.Framework.Android" Version =" 2025.718 .0" />
1414 </ItemGroup >
1515 <PropertyGroup >
1616 <!-- Fody does not handle Android build well, and warns when unchanged.
Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ protected override void LoadComplete()
149149 progress . BindValueChanged ( _ => Scheduler . AddOnce ( updateProgress ) , true ) ;
150150
151151 progressSampleChannel = progressSample ? . GetChannel ( ) ;
152+ if ( progressSampleChannel != null )
153+ progressSampleChannel . ManualFree = true ;
152154 }
153155
154156 public void SetNotStarted ( ) => status . Value = StageStatusType . NotStarted ;
@@ -181,6 +183,7 @@ protected override void Dispose(bool isDisposing)
181183 base . Dispose ( isDisposing ) ;
182184
183185 progressSampleChannel ? . Stop ( ) ;
186+ progressSampleChannel ? . Dispose ( ) ;
184187 }
185188
186189 private const float transition_duration = 200 ;
Original file line number Diff line number Diff line change 3535 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3636 </PackageReference >
3737 <PackageReference Include =" Realm" Version =" 20.1.0" />
38- <PackageReference Include =" ppy.osu.Framework" Version =" 2025.715 .0" />
38+ <PackageReference Include =" ppy.osu.Framework" Version =" 2025.718 .0" />
3939 <PackageReference Include =" ppy.osu.Game.Resources" Version =" 2025.708.0" />
4040 <PackageReference Include =" Sentry" Version =" 5.1.1" />
4141 <!-- Held back due to 0.34.0 failing AOT compilation on ZstdSharp.dll dependency. -->
Original file line number Diff line number Diff line change 1717 <MtouchInterpreter >-all</MtouchInterpreter >
1818 </PropertyGroup >
1919 <ItemGroup >
20- <PackageReference Include =" ppy.osu.Framework.iOS" Version =" 2025.715 .0" />
20+ <PackageReference Include =" ppy.osu.Framework.iOS" Version =" 2025.718 .0" />
2121 </ItemGroup >
2222</Project >
You can’t perform that action at this time.
0 commit comments