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

Commit 3ac4fac9 authored by Kevin Han's avatar Kevin Han
Browse files

Actually use the passed-in executor for unused count

Use the passed in executor for getUnusedCount so that the work is
actually handled on the main executor.

Bug: 231931350
Test: bug repro steps
Change-Id: I7c97e1e6d55457662920a3a15a5605324dd7963f
parent a2d26585
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);
    }

    /**