Skip to content

Commit 9825471

Browse files
committed
Revert fetchChat part
1 parent 8fe736c commit 9825471

File tree

1 file changed

+2
-1
lines changed
  • app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/home

1 file changed

+2
-1
lines changed

app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/home/HomeViewModel.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ class HomeViewModel @Inject constructor(
157157
_chatListState.update {
158158
it.copy(
159159
chats = chats,
160-
selectedChats = List(chats.size) { false }
160+
selectedChats = List(chats.size) { false },
161+
isSelectionMode = false
161162
)
162163
}
163164

0 commit comments

Comments
 (0)