Remove unnecessary redirection to compute the device folder path
This commit is contained in:
parent
0eddd26fcc
commit
8e0592021c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class _RemoteFolderPageState extends State<RemoteFolderPage> {
|
|||
appBar: GalleryAppBarWidget(
|
||||
GalleryAppBarType.remote_folder,
|
||||
widget.folder.name,
|
||||
widget.folder.thumbnailPhoto.deviceFolder,
|
||||
widget.folder.deviceFolder,
|
||||
_selectedPhotos,
|
||||
onSelectionClear: () {
|
||||
setState(() {
|
||||
|
|
Loading…
Add table
Reference in a new issue