removing the cancel listener of SIM picker

This commit is contained in:
tibbi 2022-02-06 16:29:17 +01:00
parent 97c2a84cd7
commit 1d1307839c
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class SelectSIMDialog(val activity: BaseSimpleActivity, val phoneNumber: String,
}
dialog = AlertDialog.Builder(activity)
.setOnCancelListener { callback.invoke(null) }
.create().apply {
activity.setupDialogStuff(view, this)
}