summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/contacts/common')
-rw-r--r--src/com/android/contacts/common/lettertiles/LetterTileDrawable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/common/lettertiles/LetterTileDrawable.java b/src/com/android/contacts/common/lettertiles/LetterTileDrawable.java
index 34d3d457..8b638a2f 100644
--- a/src/com/android/contacts/common/lettertiles/LetterTileDrawable.java
+++ b/src/com/android/contacts/common/lettertiles/LetterTileDrawable.java
@@ -164,7 +164,7 @@ public class LetterTileDrawable extends Drawable {
}
// Draw letter/digit only if the first character is an english letter
- if (mDisplayName != null
+ if (!TextUtils.isEmpty(mDisplayName)
&& isEnglishLetter(mDisplayName.charAt(0))
&& (mAccount == null || (!mAccount.type.equals(SimAccountType.ACCOUNT_TYPE)))) {
// Draw letter or digit.