small fix
This commit is contained in:
parent
3e0d0f59dd
commit
5366ee3bc4
|
|
@ -20,7 +20,6 @@ public class PhoneSpan extends URLSpan {
|
|||
super(phoneNumber);
|
||||
}
|
||||
|
||||
@SuppressWarnings("PMD.AvoidCatchingThrowable")
|
||||
@Override
|
||||
public void onClick(@NonNull final View widget) {
|
||||
super.onClick(widget);
|
||||
|
|
|
|||
Loading…
Reference in New Issue