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])
|
.appendQueryParameter("v", pathSegments[2])
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
final Intent intent = new Intent(Intent.ACTION_VIEW, unshortifiedUrl);
|
final Intent unshortifiedIntent = new Intent(Intent.ACTION_VIEW, unshortifiedUrl);
|
||||||
try {
|
try {
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
} catch (ActivityNotFoundException e) {
|
} catch (ActivityNotFoundException e) {
|
||||||
|
|
Loading…
Reference in New Issue