mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 12:38:00 +01:00
remove the Set as wallpaper feature for now, it needs more work
This commit is contained in:
parent
9a75c3ae8c
commit
d8dfbc3627
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ public class ViewPagerActivity extends SimpleActivity
|
|||
@Override
|
||||
public boolean onCreateOptionsMenu(Menu menu) {
|
||||
getMenuInflater().inflate(R.menu.viewpager_menu, menu);
|
||||
menu.findItem(R.id.menu_set_as_wallpaper).setVisible(getCurrentMedium().isImage());
|
||||
//menu.findItem(R.id.menu_set_as_wallpaper).setVisible(getCurrentMedium().isImage());
|
||||
menu.findItem(R.id.menu_set_as_wallpaper).setVisible(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue