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) {
|
||||
updateVisibility(turnType != null);
|
||||
if (turnDrawable.setTurnType(turnType)) {
|
||||
boolean vis = updateVisibility(turnType != null);
|
||||
if (turnDrawable.setTurnType(turnType) || vis) {
|
||||
if(horisontalMini) {
|
||||
setImageDrawable(turnDrawable, false);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue