Fix more errors
This commit is contained in:
parent
16e521253f
commit
84d405d5d6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue