Need this now

Stephen Paul Weber created

Change summary

src/cheogram/java/eu/siacs/conversations/utils/PhoneNumberUtilWrapper.java | 11 
1 file changed, 11 insertions(+)

Detailed changes

src/cheogram/java/eu/siacs/conversations/utils/PhoneNumberUtilWrapper.java 🔗

@@ -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");
+    }
+}