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

Commit 3aa2664a authored by Cam Bickel's avatar Cam Bickel Committed by Camden Bickel
Browse files

Cleanup flag "skip_package_change_before_user_..."

Full flag name:
"skip_package_change_before_user_switch"

Bug: b/340927041
Test: presubmit
Flag: EXEMPT flag cleanup
Change-Id: I86cb9acdbac252768c5725b89e17847e9980831f
parent 40c99aa5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6550,8 +6550,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub

                // Only continue setting up the packages if the service has been initialized.
                // See: b/340927041
                if (Flags.skipPackageChangeBeforeUserSwitch()
                        && !mManagerService.isServiceInitializedLocked()) {
                if (!mManagerService.isServiceInitializedLocked()) {
                    Slog.w(LOG_TAG,
                            "onSomePackagesChanged: service not initialized, skip the callback.");
                    return;