Small UI alignments

This commit is contained in:
Dominik Schürmann
2016-11-30 15:13:34 +01:00
parent cecacb79e5
commit 740d3fa72c
3 changed files with 4 additions and 4 deletions

View File

@@ -299,7 +299,7 @@ public class KeySectionedListAdapter extends SectionCursorAdapter<KeySectionedLi
if (TextUtils.isEmpty(userId)) {
return null;
} else {
return userId.substring(0, 1);
return userId.substring(0, 1).toUpperCase();
}
}
} else {