mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[Bugfix] make theme menu reset browse context
we try to reuse the browse context to return to folders in the plugin browser but in the browse_folder() case we want to load the root directory so reset the current browse context and force the browse to be reloaded Change-Id: I416ee40411cdce4e404b6119b33d91ff6ba533c8
This commit is contained in:
parent
380e8c2687
commit
4811e48026
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ int browse_folder(void *param)
|
|||
browse.title = str(lang_id);
|
||||
}
|
||||
|
||||
tree_get_context()->browse = NULL; /*bugfix - force root dir reload */
|
||||
return rockbox_browse(&browse);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue