Merge "Create its own Handler instance for persisting display brightness" into tm-dev
This commit is contained in:
@@ -153,7 +153,7 @@ final class PersistentDataStore {
|
||||
|
||||
@VisibleForTesting
|
||||
PersistentDataStore(Injector injector) {
|
||||
this(injector, BackgroundThread.getHandler());
|
||||
this(injector, new Handler(BackgroundThread.getHandler().getLooper()));
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
|
||||
Reference in New Issue
Block a user