mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Removed reset / insert link
This commit is contained in:
parent
992e858ea1
commit
2b5848ddaa
1 changed files with 6 additions and 6 deletions
|
@ -272,12 +272,12 @@ public class FragmentDialogInsertLink extends FragmentDialogBase {
|
|||
}
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
.setNeutralButton(R.string.title_reset, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
sendResult(RESULT_OK);
|
||||
}
|
||||
})
|
||||
//.setNeutralButton(R.string.title_reset, new DialogInterface.OnClickListener() {
|
||||
// @Override
|
||||
// public void onClick(DialogInterface dialog, int which) {
|
||||
// sendResult(RESULT_OK);
|
||||
// }
|
||||
//})
|
||||
.create();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue