Fix #1847 top left icon
This commit is contained in:
parent
d1e2192c63
commit
bf4620ad47
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ public class NextTurnInfoWidget extends TextInfoWidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setTurnType(TurnType turnType) {
|
public void setTurnType(TurnType turnType) {
|
||||||
updateVisibility(turnType != null);
|
boolean vis = updateVisibility(turnType != null);
|
||||||
if (turnDrawable.setTurnType(turnType)) {
|
if (turnDrawable.setTurnType(turnType) || vis) {
|
||||||
if(horisontalMini) {
|
if(horisontalMini) {
|
||||||
setImageDrawable(turnDrawable, false);
|
setImageDrawable(turnDrawable, false);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue