mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-05 02:29:24 +02:00
avoid dialog being closed during typing by one wrong tap
This commit is contained in:
parent
20328b8e07
commit
6261467e37
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ public class ProfileActivity extends PassphraseRequiredActionBarActivity
|
|||
dcContext.createContact(newName, dcContact.getAddr());
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
.setCancelable(false)
|
||||
.show();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue