1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Changed the fallback char from 'K' to '?'. The riddler was here ;).

This commit is contained in:
Stephan Fuhrmann 2013-07-24 01:07:12 +02:00
parent ea5905861a
commit c30af244cf

View File

@ -144,7 +144,7 @@ public class ContactPictureLoader {
letter = m.group(1).toUpperCase();
}
return letter.length() == 0 ? 'K' : letter.charAt(0);
return letter.length() == 0 ? '?' : letter.charAt(0);
}
/** Calculates a bitmap with a color and a capital letter for