Send the right intent

This commit is contained in:
blankie 2022-07-12 14:38:50 +07:00
parent ecc1e4b443
commit 1b86ec39f1
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class ShareActivity extends Activity {
final Intent unshortifiedIntent = new Intent(Intent.ACTION_VIEW, unshortifiedUrl);
try {
startActivity(intent);
startActivity(unshortifiedIntent);
} catch (ActivityNotFoundException e) {
e.printStackTrace();
Toast.makeText(getApplicationContext(), R.string.no_activity_found,