You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one way to implement this would be to show folders in the list of options to select by ending with / eg:
video1.mp4
video2.mp4
videoFolder/
video3.mp4
and then if a folder is selected then the parent folder is always displayed at top of list:
videoFolder/
insideVideoFolder1.mp4
insideVideoFolder2.mp4
nestedFolder/
and we could back out by selecting the parent or by pressing the LEFT NAV button here...
adds a bit of complexity to the navigating code / displaying code (needing to lock first row in place but still move others etc) but could be worth it to make this quite a bit easier to use...
No description provided.
The text was updated successfully, but these errors were encountered: