mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-25 13:24:29 +00:00
core: badge codes schema, plan (#7427)
This commit is contained in:
+7
-9
@@ -1037,15 +1037,13 @@ private fun BoxScope.ChatList(searchText: MutableState<TextFieldValue>, listStat
|
||||
} else {
|
||||
NavigationBarBackground(oneHandUI.value, true)
|
||||
}
|
||||
// TEMP-DISABLED-FOR-BADGES-QA: auto-hide of ToggleChatListCard at 3+ chats blocks visual QA of
|
||||
// the SupportSimpleXBanner alongside it. Restore before merging.
|
||||
// if (!oneHandUICardShown.value) {
|
||||
// LaunchedEffect(chats.size) {
|
||||
// if (chats.size >= 3) {
|
||||
// appPrefs.oneHandUICardShown.set(true)
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
if (!oneHandUICardShown.value) {
|
||||
LaunchedEffect(chats.size) {
|
||||
if (chats.size >= 3) {
|
||||
appPrefs.oneHandUICardShown.set(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
LaunchedEffect(activeFilter.value) {
|
||||
searchText.value = TextFieldValue("")
|
||||
|
||||
Reference in New Issue
Block a user