Merge "Create its own Handler instance for persisting display brightness" into tm-dev am: e8f4a6d62b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18827235 Change-Id: I6a2fecee5ad669928984ec5188417f6464983f64 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