Fix more errors

This commit is contained in:
blank X 2022-07-11 12:01:38 +07:00
parent 16e521253f
commit 84d405d5d6
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ShareActivity extends Activity {
.appendQueryParameter("v", pathSegments[2])
.build();
final Intent intent = new Intent(Intent.ACTION_VIEW, unshortifiedUrl);
final Intent unshortifiedIntent = new Intent(Intent.ACTION_VIEW, unshortifiedUrl);
try {
startActivity(intent);
} catch (ActivityNotFoundException e) {