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

Commit 9bcefa66 authored by Lyn Han's avatar Lyn Han Committed by Automerger Merge Worker
Browse files

Merge "Unbold sender name for overflow bubbles" into rvc-dev am: 6b0c264c am: df50f876

Change-Id: If655cc4edc0afddbc865a8582c0ae4063af40ea3
parents b16116ce df50f876
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ class BubbleOverflowAdapter extends RecyclerView.Adapter<BubbleOverflowAdapter.V

        Bubble.FlyoutMessage message = b.getFlyoutMessage();
        if (message != null && message.senderName != null) {
            vh.textView.setText(message.senderName);
            vh.textView.setText(message.senderName.toString());
        } else {
            vh.textView.setText(b.getAppName());
        }