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

Commit 869e4d4f authored by Kevin Han's avatar Kevin Han Committed by Android (Google) Code Review
Browse files

Merge "Actually use the passed-in executor for unused count" into tm-dev

parents bce1d372 3ac4fac9
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);
    }

    /**