Enable remote contacts for beta release.

This commit is contained in:
akwizgran
2019-07-04 12:45:25 +01:00
parent b1dfd867f0
commit 6dcfe4fc75

View File

@@ -244,7 +244,7 @@ public class AppModule {
@Override @Override
public boolean shouldEnableRemoteContacts() { public boolean shouldEnableRemoteContacts() {
return IS_DEBUG_BUILD; return true;
} }
}; };
} }