Need this now

This commit is contained in:
Stephen Paul Weber 2022-02-16 16:07:46 -05:00
parent 480902d457
commit 92aed1247c
No known key found for this signature in database
GPG key ID: D11C2911CE519CDE

View file

@ -0,0 +1,11 @@
package eu.siacs.conversations.utils;
import android.content.Context;
import eu.siacs.conversations.xmpp.Jid;
public class PhoneNumberUtilWrapper {
public static String toFormattedPhoneNumber(Context context, Jid jid) {
throw new AssertionError("This method is not implemented in Conversations");
}
}