mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 21:57:17 +00:00
Split pinned chats into a separate remote config.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user