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

Commit 1e3bc7d4 authored by Michael Kolb's avatar Michael Kolb
Browse files

Set correct label text in tap mode

  Bug: 8826229

Change-Id: I10b06ac04314beaf52fc8b29c9b10693eb11311b
parent 49a24225
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -742,6 +742,7 @@ public class PieRenderer extends OverlayRenderer
        if (item != null && item.isEnabled()) {
            item.setSelected(true);
            mCurrentItem = item;
            mLabel.setText(mCurrentItem.getLabel());
            if ((mCurrentItem != getOpenItem()) && mCurrentItem.hasItems()) {
                openCurrentItem();
                layoutLabel(getLevel());