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

Commit cd22b2a8 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

More rotation for attach button

parent 66560b6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ class ComposeActivity : QkThemedActivity(), ComposeView {
        attachments.setVisible(state.attachments.isNotEmpty())
        attachmentAdapter.data = state.attachments

        attach.animate().rotation(if (state.attaching) 45f else 0f).start()
        attach.animate().rotation(if (state.attaching) 135f else 0f).start()
        attaching.isVisible = state.attaching

        counter.text = state.remaining