Skip to content

Commit 17febd8

Browse files
fix: add partial to AndroidBackgroundDataStoreProcessor (Android DI source gen warning)
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/e95ab934-869c-4165-ad22-563b0f51c6b8 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent da43f16 commit 17febd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osu.Android/AndroidBackgroundDataStoreProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace osu.Android
1919
/// per typical 5-minute play session; at 120 s they drop to ~2×, cutting the associated
2020
/// allocation pressure and the risk of a GC stall at the worst possible moment.
2121
/// </remarks>
22-
public class AndroidBackgroundDataStoreProcessor : BackgroundDataStoreProcessor
22+
public partial class AndroidBackgroundDataStoreProcessor : BackgroundDataStoreProcessor
2323
{
2424
// 2-minute polling interval while gameplay is active (vs. the default 30 s).
2525
protected override int TimeToSleepDuringGameplay => 120_000;

0 commit comments

Comments
 (0)