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

Commit 2aa2bed1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix compilation warning." into main

parents fb7002a4 f82dfa70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18460,7 +18460,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
            return;
        }
        new CalculateHasIncompatibleAccountsTask().executeOnExecutor(
                calculateHasIncompatibleAccountsExecutor, null);
                calculateHasIncompatibleAccountsExecutor);
    }
    @Nullable