forked from organicmaps/organicmaps
[android] Temporarily disabled downloader menu item
This commit is contained in:
parent
ba6dd4ba20
commit
131f3f2f6f
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ public class MWMActivity extends Activity
|
|||
{
|
||||
MenuInflater inflater = getMenuInflater();
|
||||
inflater.inflate(R.menu.main, menu);
|
||||
// temprorarily disable downloader in the menu
|
||||
menu.removeItem(R.id.download_maps);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue