Switch from shortlabel to label
Test: atest Bug: 157140669 Change-Id: Iebcb2f076fef33b6f3ce16326af4e4c5c6770459
This commit is contained in:
@@ -124,7 +124,7 @@ public class ConversationHeaderPreferenceController extends NotificationPreferen
|
||||
@VisibleForTesting
|
||||
CharSequence getLabel() {
|
||||
return mConversationInfo != null
|
||||
? mConversationInfo.getShortLabel()
|
||||
? mConversationInfo.getLabel()
|
||||
: mChannel.getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user