Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8f4a6d6 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

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

parents e8f7dc02 88ea049c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ final class PersistentDataStore {

    @VisibleForTesting
    PersistentDataStore(Injector injector) {
        this(injector, BackgroundThread.getHandler());
        this(injector, new Handler(BackgroundThread.getHandler().getLooper()));
    }

    @VisibleForTesting