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

Commit 503ccd3f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ignore null action in AppBindingService." into main am: 0d2989e3

parents 107d21e9 0d2989e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -235,6 +235,9 @@ public class AppBindingService extends Binder {
            }

            final String action = intent.getAction();
            if (action == null) {
                return;
            }

            if (Intent.ACTION_USER_REMOVED.equals(action)) {
                onUserRemoved(userId);