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
|
@VisibleForTesting
|
||||||
PersistentDataStore(Injector injector) {
|
PersistentDataStore(Injector injector) {
|
||||||
this(injector, BackgroundThread.getHandler());
|
this(injector, new Handler(BackgroundThread.getHandler().getLooper()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
|
|||||||
Reference in New Issue
Block a user