79171988

Date: 2024-11-09 02:03:20
Score: 0.5
Natty:
Report link

try :

override fun show(manager: FragmentManager, tag: String?) {
    if (isAdded)
        return
    super.show(manager, tag)
}

My action is when the user clicks on an item, it shows the dialog. (If the user clicks too fast or uses 2 fingers to click on 2 items at the same time, it will cause this error).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyễn Mạnh Cường