Ask before opening links, with the option to edit the link

This commit is contained in:
M66B
2018-09-13 13:15:08 +00:00
parent 76f75d5a5f
commit 9a6e56cf16
7 changed files with 62 additions and 22 deletions

View File

@@ -637,8 +637,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
if (faq.resolveActivity(getPackageManager()) == null)
startActivity(getIntentRate());
else {
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder
new AlertDialog.Builder(this)
.setMessage(R.string.title_issue)
.setPositiveButton(R.string.title_yes, new DialogInterface.OnClickListener() {
@Override