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

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

Rename IMmd.doZramMaintenanceAsync() am: 4c27cb4b am: 5e36b603

parents 0d08e097 5e36b603
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);
            }