Split pinned chats into a separate remote config.

This commit is contained in:
Greyson Parrelli
2024-10-17 20:14:53 -04:00
parent 26c40fb86a
commit 6c326f672d
4 changed files with 16 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ public class UnarchivedConversationListDataSourceTest {
when(SignalDatabase.threads()).thenReturn(threadTable);
when(AppDependencies.getDatabaseObserver()).thenReturn(mock(DatabaseObserver.class));
when(RemoteConfig.getShowChatFolders()).thenReturn(true);
when(RemoteConfig.getInlinePinnedChats()).thenReturn(true);
allChatsFolder = setupAllChatsFolder();
testSubject = new ConversationListDataSource.UnarchivedConversationListDataSource(allChatsFolder, ConversationFilter.OFF, false);