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

Commit d1353cc4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 2731 into donut

* changes:
  Fixes #1873537.
parents 9d981343 c51ef970
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);
        }
    }