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

Commit 0d2989e3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Ignore null action in AppBindingService." into main

parents 238801c3 879cd998
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);