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

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

am d1353cc4: Merge change 2731 into donut

Merge commit 'd1353cc4'

* commit 'd1353cc4':
  Fixes #1873537.
parents 9b8c5b69 d1353cc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1570,7 +1570,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
        if (mInstallGesturesOverlay) {
            installGesturesOverlay();
            positionGesturesPopup();
        } else if (mGesturesPopup != null) {
        } else if (mGesturesPopup != null && mGesturesPopup.isShowing()) {
            mGesturesPopup.update(w, h);
        }
    }