Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97ec70a6 authored by cketti's avatar cketti
Browse files

Reset swiped view when moving an item

parent e17459f2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1517,8 +1517,9 @@ class MessageListFragment :
                    onSpam(listOf(item.messageReference))
                }
                SwipeAction.Move -> {
                    notifyItemChanged(item)
                    onMove(item.messageReference)
                    val messageReference = item.messageReference
                    resetSwipedView(messageReference)
                    onMove(messageReference)
                }
            }
        }