@@ -1570,7 +1570,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
|
|||||||
if (mInstallGesturesOverlay) {
|
if (mInstallGesturesOverlay) {
|
||||||
installGesturesOverlay();
|
installGesturesOverlay();
|
||||||
positionGesturesPopup();
|
positionGesturesPopup();
|
||||||
} else if (mGesturesPopup != null) {
|
} else if (mGesturesPopup != null && mGesturesPopup.isShowing()) {
|
||||||
mGesturesPopup.update(w, h);
|
mGesturesPopup.update(w, h);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user