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 a7c1a20 commit a11864bCopy full SHA for a11864b
app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreen.kt
@@ -960,9 +960,7 @@ fun ChannelScreen(
960
onToggleSpoiler = {
961
val index = viewModel.draftAttachments
962
.indexOfFirst { a -> a.pickerIdentifier == it.pickerIdentifier }
963
- logcat {
964
- "Toggling spoiler for attachment at index $index"
965
- }
+
966
if (index != -1) {
967
val attachment =
968
viewModel.draftAttachments[index]
0 commit comments