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

Commit 5e36b603 authored by Shintaro Kawamura's avatar Shintaro Kawamura Committed by Automerger Merge Worker
Browse files

Rename IMmd.doZramMaintenanceAsync() am: 4c27cb4b

parents 2a871cb6 4c27cb4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class ZramMaintenance extends JobService {
        if (binder != null) {
            IMmd mmd = IMmd.Stub.asInterface(binder);
            try {
                mmd.doZramMaintenance();
                mmd.doZramMaintenanceAsync();
            } catch (RemoteException e) {
                Slog.e(TAG, "Failed to doZramMaintenance", e);
            }