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

Commit ad3c4a47 authored by Moez Bhatti's avatar Moez Bhatti Committed by Dayona Joseph
Browse files

More rotation for attach button

parent d53a7546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,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