mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #4801 from Infomaniak/feature/resolve-set-as-wallpaper-issue
Fixing picture "set as wallpaper" issue in properties (duplicate)
This commit is contained in:
commit
180bdee721
1 changed files with 4 additions and 0 deletions
|
@ -468,6 +468,10 @@ public class FileDetailFragment extends FileFragment implements OnClickListener,
|
|||
containerActivity.getFileOperationsHelper().syncFile(getFile());
|
||||
return true;
|
||||
}
|
||||
case R.id.action_set_as_wallpaper: {
|
||||
containerActivity.getFileOperationsHelper().setPictureAs(getFile(), getView());
|
||||
return true;
|
||||
}
|
||||
case R.id.action_encrypted: {
|
||||
// TODO implement or remove
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue