Removed reset / insert link

pull/209/head
M66B 3 years ago
parent 992e858ea1
commit 2b5848ddaa

@ -272,12 +272,12 @@ public class FragmentDialogInsertLink extends FragmentDialogBase {
} }
}) })
.setNegativeButton(android.R.string.cancel, null) .setNegativeButton(android.R.string.cancel, null)
.setNeutralButton(R.string.title_reset, new DialogInterface.OnClickListener() { //.setNeutralButton(R.string.title_reset, new DialogInterface.OnClickListener() {
@Override // @Override
public void onClick(DialogInterface dialog, int which) { // public void onClick(DialogInterface dialog, int which) {
sendResult(RESULT_OK); // sendResult(RESULT_OK);
} // }
}) //})
.create(); .create();
} }

Loading…
Cancel
Save