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

Commit 7f8f382a authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge "Cleanup flag "skip_package_change_before_user_..."" into main

parents af351641 3aa2664a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6541,8 +6541,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;