do not show a popup if long pressed and moved at Delete etc
This commit is contained in:
parent
5c2011b6f9
commit
91b3557c2d
|
@ -871,6 +871,8 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
||||||
previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, mPopupPreviewX, mPopupPreviewY)
|
previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, mPopupPreviewX, mPopupPreviewY)
|
||||||
}
|
}
|
||||||
mPreviewText!!.visibility = VISIBLE
|
mPreviewText!!.visibility = VISIBLE
|
||||||
|
} else {
|
||||||
|
previewPopup.dismiss()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue