status icon cache now works, even with minified code
This commit is contained in:
parent
6e0c32b17d
commit
608e07a761
5 changed files with 128 additions and 40 deletions
|
|
@ -56,7 +56,7 @@ abstract class UiHandler extends AbstractHandler {
|
|||
|
||||
|
||||
protected void setStatusIcon(InputMode mode, Language language) {
|
||||
int resId = StatusIcon.getResource(this, settings, mode, language);
|
||||
int resId = new StatusIcon(this, settings, mode, language).resourceId;
|
||||
if (resId == 0) {
|
||||
hideStatusIcon();
|
||||
} else {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue