mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Shared wake lock must be a singleton.
This commit is contained in:
@@ -50,6 +50,7 @@ public class AndroidSystemModule {
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
AndroidWakeLockFactory provideWakeLockFactory(
|
||||
AndroidWakeLockFactoryImpl wakeLockFactory) {
|
||||
return wakeLockFactory;
|
||||
|
||||
Reference in New Issue
Block a user