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

Commit c18da0b9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Attempt to fix presubmit failure"

parents 41a7b5ae 8cef293d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1768,7 +1768,9 @@ public final class DisplayManagerService extends SystemService {
            final int callingUid = Binder.getCallingUid();
            final long token = Binder.clearCallingIdentity();
            try {
                synchronized (mSyncRoot) {
                    return mLogicalDisplayMapper.getDisplayIdsLocked(callingUid);
                }
            } finally {
                Binder.restoreCallingIdentity(token);
            }