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

Commit 33364394 authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Automerger Merge Worker
Browse files

Merge "Dismiss action menu when item is clicked." into tm-qpr-dev am: c461eea4

parents 821e9b6b c461eea4
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -174,6 +174,7 @@ object UserSwitcherViewBinder {
            setOnItemClickListener { _, _, position, _ ->
            setOnItemClickListener { _, _, position, _ ->
                val itemPositionExcludingHeader = position - 1
                val itemPositionExcludingHeader = position - 1
                adapter.getItem(itemPositionExcludingHeader).onClicked()
                adapter.getItem(itemPositionExcludingHeader).onClicked()
                dismiss()
            }
            }


            show()
            show()