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

Commit 4adf2127 authored by Paul Miller's avatar Paul Miller Committed by android-build-merger
Browse files

am c2a17fff: am a517e81e: Merge "Fix crash on pasting text in a WebView" into lmp-mr1-dev

automerge: b5f149e0

* commit 'b5f149e0':
  Fix crash on pasting text in a WebView
parents 03d7b6f2 b5f149e0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -993,6 +993,13 @@ public class WindowDecorActionBar extends ActionBar implements

        @Override
        public void invalidate() {
            if (mActionMode != this) {
                // Not the active action mode - no-op. It's possible we are
                // currently deferring onDestroy, so the app doesn't yet know we
                // are going away and is trying to use us. That's also a no-op.
                return;
            }

            mMenu.stopDispatchingItemsChanged();
            try {
                mCallback.onPrepareActionMode(this, mMenu);