我需要锁定我的AlertDialog。现在,当我的alertDialog启用时,当我点击屏幕时,我的alertdialog关闭了。我需要等待进度条的结束才能关闭我的alertDialog。我怎么能这样做?感谢
答案 0 :(得分:0)
您只需要使用alertdialog.dismiss()
,这样当用户触摸屏幕上的其他位置或触摸手机上的后退按钮时,对话框就不会关闭。进度条完成后,请致电concern :responsable do
resources :responses, except: [:show, :index]
end
resources :posts, concerns: :responsable do
resources :comments, except: [:show, :index], concerns: :responsable
end
将其关闭。