You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also allow to disable dismiss() when onBackPressed()
fpd.setCanceledOnTouchOutside(false); // If true, the dialog will be dismissed when user touch outside of the dialog. If false, the dialog won't be dismissed.
The text was updated successfully, but these errors were encountered:
also allow to disable dismiss() when onBackPressed()
fpd.setCanceledOnTouchOutside(false); // If true, the dialog will be dismissed when user touch outside of the dialog. If false, the dialog won't be dismissed.
The text was updated successfully, but these errors were encountered: