change edit button in quick edit dialog to accept
This commit is contained in:
parent
965c8cbbd5
commit
d68a610ac6
|
@ -724,10 +724,8 @@ public abstract class XmppActivity extends Activity {
|
|||
if (password) {
|
||||
editor.setInputType(InputType.TYPE_CLASS_TEXT
|
||||
| InputType.TYPE_TEXT_VARIATION_PASSWORD);
|
||||
builder.setPositiveButton(R.string.accept, null);
|
||||
} else {
|
||||
builder.setPositiveButton(R.string.edit, null);
|
||||
}
|
||||
builder.setPositiveButton(R.string.accept, null);
|
||||
if (hint != 0) {
|
||||
editor.setHint(hint);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue