Skip to content

Commit

Permalink
Fix for HTC devices
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jul 2, 2015
1 parent 5fe9d66 commit 193fce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Emoji Switcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 22
versionCode 10
versionName "1.6.2"
versionCode 11
versionName "1.6.3"
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class EmojiSwitcherUtils {

private static final String systemFontsPath = "/system/fonts/";
private static final String systemEmojiFilePath = systemFontsPath + "NotoColorEmoji.ttf";
private static final String htcFilePath = systemFontsPath + "NotoColorEmoji-htc.ttf";
private static final String htcFilePath = systemFontsPath + "AndroidEmoji-htc.ttf";
private static final String htcBackupFilePath = htcFilePath + ".bak";

public static String systemEmojiBackupFilePath(Context context) {
Expand Down

0 comments on commit 193fce8

Please sign in to comment.