Merge "Fix typo when ActivityNotFoundException occurs"
This commit is contained in:
@@ -106,7 +106,7 @@ public class URLSpan extends ClickableSpan implements ParcelableSpan {
|
|||||||
try {
|
try {
|
||||||
context.startActivity(intent);
|
context.startActivity(intent);
|
||||||
} catch (ActivityNotFoundException e) {
|
} catch (ActivityNotFoundException e) {
|
||||||
Log.w("URLSpan", "Actvity was not found for intent, " + intent.toString());
|
Log.w("URLSpan", "Activity was not found for intent, " + intent.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user