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

Commit 6a940341 authored by Varun Shah's avatar Varun Shah Committed by Android (Google) Code Review
Browse files

Merge "Update SyncManager wakelock name." into main

parents 5a5470af 908dc5da
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -588,8 +588,7 @@ public class SyncOperation {
            return wakeLockName;
        }
        return (wakeLockName = target.provider
                + "/" + target.account.type
                + "/" + target.account.name);
                + "/" + target.account.type);
    }

    // TODO: Test this to make sure that casting to object doesn't lose the type info for EventLog.