Merge pull request #10286 from osmandapp/visibility_fix
Change add photo visibility
This commit is contained in:
commit
18134d5087
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ public class MenuBuilder {
|
|||
}
|
||||
});
|
||||
//TODO This feature is under development
|
||||
view.setVisibility(View.VISIBLE);
|
||||
view.setVisibility(View.GONE);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue