mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Remove empty click handler and make sure install dialog is cancelable
This commit is contained in:
parent
cef513e790
commit
2a6698ccc8
|
@ -332,10 +332,8 @@ public class IntentIntegrator {
|
|||
}
|
||||
}
|
||||
});
|
||||
downloadDialog.setNegativeButton(buttonNo, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialogInterface, int i) {}
|
||||
});
|
||||
downloadDialog.setNegativeButton(buttonNo, null);
|
||||
downloadDialog.setCancelable(true);
|
||||
return downloadDialog.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue