Merge "Create its own Handler instance for persisting display brightness" into tm-dev

This commit is contained in:
Jing Ji
2022-06-10 21:28:17 +00:00
committed by Android (Google) Code Review

View File

@@ -153,7 +153,7 @@ final class PersistentDataStore {
@VisibleForTesting
PersistentDataStore(Injector injector) {
this(injector, BackgroundThread.getHandler());
this(injector, new Handler(BackgroundThread.getHandler().getLooper()));
}
@VisibleForTesting