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

Commit f4357297 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 7835b0b7: Merge change 3192 into donut

Merge commit '7835b0b7'

* commit '7835b0b7':
  Fixes #1882836.
parents a1280adc 7835b0b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1056,11 +1056,12 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
    public Parcelable onSaveInstanceState() {
        /*
         * This doesn't really make sense as the place to dismiss the
         * popup, but there don't seem to be any other useful hooks
         * popups, but there don't seem to be any other useful hooks
         * that happen early enough to keep from getting complaints
         * about having leaked the window.
         */
        dismissPopup();
        dismissGesturesPopup();

        Parcelable superState = super.onSaveInstanceState();