Show upload photo button only for developer version
This commit is contained in:
parent
7636630f6d
commit
3a8fa1013b
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ public class MenuBuilder {
|
|||
}
|
||||
});
|
||||
//TODO This feature is under development
|
||||
if (!OsmandPlugin.isDevelopment()) {
|
||||
if (!Version.isDeveloperVersion(app)) {
|
||||
view.setVisibility(View.GONE);
|
||||
}
|
||||
photoButton = view;
|
||||
|
|
Loading…
Reference in a new issue