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

Commit 490fa705 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Change error log to warning log in ImeOnBackInvokedDispatcher" into main

parents 2788efec 17fbf7c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public class ImeOnBackInvokedDispatcher implements OnBackInvokedDispatcher, Parc
    private void unregisterReceivedCallback(
            int callbackId, @NonNull OnBackInvokedDispatcher receivingDispatcher) {
        if (!unregisterCallback(callbackId, receivingDispatcher)) {
            Log.e(TAG, "Ime callback not found. Ignoring unregisterReceivedCallback. "
            Log.w(TAG, "Ime callback not found. Ignoring unregisterReceivedCallback. "
                    + "callbackId: " + callbackId
                    + " remaining callbacks: " + mImeCallbacks.size());
        }