Merge "Create its own Handler instance for persisting display brightness" into tm-dev am: e8f4a6d62b am: 76a46eadb4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18827235 Change-Id: I45c485fdc242cae15aa9d4cf17dc7672606ef9b8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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