Merge "[SystemUI] Fix the misleading log."
This commit is contained in:
@@ -1641,7 +1641,7 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable,
|
|||||||
try {
|
try {
|
||||||
callback.onKeyguardExitResult(true);
|
callback.onKeyguardExitResult(true);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e);
|
Slog.w(TAG, "Failed to call onKeyguardExitResult(true)", e);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user