We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038c90a commit 312f973Copy full SHA for 312f973
app/src/main/kotlin/com/wire/android/ui/common/bottomsheet/conversation/HomeSheetContent.kt
@@ -146,7 +146,7 @@ internal fun ConversationMainSheetContent(
146
}
147
148
149
- if (moveConversationToFolder != null) {
+ if (moveConversationToFolder != null && !conversationSheetContent.isArchived) {
150
add {
151
MenuBottomSheetItem(
152
leading = {
@@ -168,7 +168,7 @@ internal fun ConversationMainSheetContent(
168
)
169
170
171
- if (conversationSheetContent.folder != null) {
+ if (conversationSheetContent.folder != null && !conversationSheetContent.isArchived) {
172
173
174
0 commit comments