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

Commit 5f1e8b6b authored by Kevin Han's avatar Kevin Han Committed by Automerger Merge Worker
Browse files

Merge "Actually use the passed-in executor for unused count" into tm-dev am: 869e4d4f

parents fa35f3ea 869e4d4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -860,7 +860,7 @@ public final class PermissionControllerManager {
                    Binder.restoreCallingIdentity(token);
                }
            }
        });
        }, executor);
    }

    /**