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

Commit d3236dc1 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Ensure batch edit mode is ended on window focus loss"

parents 30142a7e c72fba82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -978,8 +978,8 @@ public class Editor {
                mSuggestionsPopupWindow.onParentLostFocus();
            }

            // Don't leave us in the middle of a batch edit.
            mTextView.onEndBatchEdit();
            // Don't leave us in the middle of a batch edit. Same as in onFocusChanged
            ensureEndedBatchEdit();
        }
    }