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

Commit d664b911 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not set thread priority to background for ApplicationsState.Loader"

parents 690e8e6c e0bf5e71
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -198,8 +198,7 @@ public class ApplicationsState {
            mEntriesMap.put(userId, new HashMap<>());
            mEntriesMap.put(userId, new HashMap<>());
        }
        }


        mThread = new HandlerThread("ApplicationsState.Loader",
        mThread = new HandlerThread("ApplicationsState.Loader");
                Process.THREAD_PRIORITY_BACKGROUND);
        mThread.start();
        mThread.start();
        mBackgroundHandler = new BackgroundHandler(mThread.getLooper());
        mBackgroundHandler = new BackgroundHandler(mThread.getLooper());