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

Commit d2abb8d0 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

Change-Id: I2cb8dbb01479e5b1e3c6a90f98edd2abf796b52a
parents 9497a15a 6b0c264c
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());
        }