mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 15:49:36 +08:00
Avoid dismissing my progress dialog when the user touches the screen
This commit is contained in:
@@ -33,6 +33,8 @@ public class CodePushDialog extends ReactContextBaseJavaModule{
|
||||
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(fragmentActivity);
|
||||
|
||||
builder.setCancelable(false);
|
||||
|
||||
DialogInterface.OnClickListener clickListener = new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
|
||||
Reference in New Issue
Block a user