Removed reset / insert link

This commit is contained in:
M66B
2022-07-31 16:03:10 +02:00
parent 992e858ea1
commit 2b5848ddaa

View File

@@ -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();
}