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

Commit ecadeece authored by Fabian Kozynski's avatar Fabian Kozynski Committed by android-build-merger
Browse files

Merge "Notify FSC about app ops in main thread" into qt-dev am: 5b5c8f67

am: fbf77eff

Change-Id: I971e62ec8e0df6d44567ccc1950c5da4dc7745e8
parents b1a55e24 fbf77eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -596,8 +596,8 @@ public class StatusBar extends SystemUI implements DemoMode,

    @Override
    public void onActiveStateChanged(int code, int uid, String packageName, boolean active) {
        mForegroundServiceController.onAppOpChanged(code, uid, packageName, active);
        Dependency.get(MAIN_HANDLER).post(() -> {
            mForegroundServiceController.onAppOpChanged(code, uid, packageName, active);
            mNotificationListController.updateNotificationsForAppOp(code, uid, packageName, active);
        });
    }