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

Commit 9716f9d4 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Don't load config on the initializing thread

Bug: 73350582
Test: boot
Test: atest CtsSyncManagerTest
Change-Id: I78978651693147d1647b3d3817a1f16dbf747580
parent f9a02975
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ public class SyncManagerConstants extends ContentObserver {
    protected SyncManagerConstants(Context context) {
        super(null);
        mContext = context;
        refresh();
    }

    public void start() {