Open with as new task

This commit is contained in:
M66B
2020-06-18 13:53:32 +02:00
parent 87b09c60b2
commit bac693e3e0
2 changed files with 7 additions and 1 deletions

View File

@@ -5738,7 +5738,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
@Override
public void onClick(DialogInterface dialog, int which) {
Uri uri = Uri.parse(etLink.getText().toString());
Helper.view(context, uri, true);
Helper.view(context, uri, true, true);
}
})
.setNegativeButton(android.R.string.cancel, null)