From 4072f506b5554b650323fe2a0a06186b7229b34b Mon Sep 17 00:00:00 2001 From: Mikunj Date: Wed, 30 Oct 2019 15:53:23 +1100 Subject: [PATCH] Oops. --- src/org/thoughtcrime/securesms/ApplicationContext.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/org/thoughtcrime/securesms/ApplicationContext.java b/src/org/thoughtcrime/securesms/ApplicationContext.java index a402ca5a9b..45d1ab5832 100644 --- a/src/org/thoughtcrime/securesms/ApplicationContext.java +++ b/src/org/thoughtcrime/securesms/ApplicationContext.java @@ -514,7 +514,6 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc } public void createDefaultPublicChatsIfNeeded() { - /* List defaultPublicChats = LokiPublicChatAPI.Companion.getDefaultChats(BuildConfig.DEBUG); for (LokiPublicChat publiChat : defaultPublicChats) { long threadID = GroupManager.getThreadId(publiChat.getId(), this); @@ -531,7 +530,6 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc TextSecurePreferences.setBooleanPreference(this, migrationKey, true); } } - */ } public void createRSSFeedsIfNeeded() {