fix spaces
This commit is contained in:
parent
40b5220caa
commit
dacbc9b4cf
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ public class MapQuickActionLayer extends OsmandMapLayer implements QuickActionRe
|
|||
}
|
||||
|
||||
private void setupQuickActionBtnVisibility() {
|
||||
boolean visible = mapActivity.getWidgetsVisibilityHelper().shouldShowQuickActionButton();
|
||||
boolean visible = mapActivity.getWidgetsVisibilityHelper().shouldShowQuickActionButton();
|
||||
quickActionButton.setVisibility(visible ? View.VISIBLE : View.GONE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue