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

Commit b7022399 authored by Steve Kondik's avatar Steve Kondik
Browse files

Fix warning

Change-Id: I8dc5eca4662efcf1077935a97938246d630dd4c2
parent 448e72d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ public final class MediaProjectionManagerService extends SystemService

            final long token = Binder.clearCallingIdentity();
            try {
                dump(pw);
                MediaProjectionManagerService.this.dump(pw);
            } finally {
                Binder.restoreCallingIdentity(token);
            }