Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cb49968 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo when ActivityNotFoundException occurs" am: 807ded35

parents a2648e13 807ded35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class URLSpan extends ClickableSpan implements ParcelableSpan {
        try {
            context.startActivity(intent);
        } 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());
        }
    }
}