mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-02 05:52:18 -05:00
Fixes issue 2145
Cannot show the emoji icon on Android 1.6 at least. Replaced all "< img" to "<img".
This commit is contained in:
parent
da90792fa7
commit
7964c34dbd
@ -2476,8 +2476,6 @@ public class LocalStore extends Store implements Serializable
|
|||||||
switch (c)
|
switch (c)
|
||||||
{
|
{
|
||||||
// These emoji codepoints are generated by tools/make_emoji in the K-9 source tree
|
// These emoji codepoints are generated by tools/make_emoji in the K-9 source tree
|
||||||
// The spaces between the < and the img are a hack to avoid triggering
|
|
||||||
// K-9's 'load images' button
|
|
||||||
|
|
||||||
case 0xE6F9: //docomo kissmark
|
case 0xE6F9: //docomo kissmark
|
||||||
buff.append("<img src=\"file:///android_asset/emoticons/kissmark.gif\" alt=\"kissmark\" />");
|
buff.append("<img src=\"file:///android_asset/emoticons/kissmark.gif\" alt=\"kissmark\" />");
|
||||||
|
@ -9,8 +9,7 @@ for my $carrier qw(docomo softbank kddi) {
|
|||||||
|
|
||||||
|
|
||||||
print " // These emoji codepoints are generated by tools/make_emoji in the K-9 source tree\n";
|
print " // These emoji codepoints are generated by tools/make_emoji in the K-9 source tree\n";
|
||||||
print " // The spaces between the < and the img are a hack to avoid triggering \n";
|
print "\n";
|
||||||
print " // K-9's 'load images' button\n\n";
|
|
||||||
for my $codepoint (keys %{$emoji->{$carrier}}) {
|
for my $codepoint (keys %{$emoji->{$carrier}}) {
|
||||||
|
|
||||||
if (defined $codepoints{$codepoint}) {
|
if (defined $codepoints{$codepoint}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user