mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-21 13:09:46 +02:00
proper folder ui system
This commit is contained in:
@@ -185,7 +185,12 @@ export default function LibraryScreen() {
|
||||
/>
|
||||
) : null}
|
||||
|
||||
{viewMode === 'folders' ? <FoldersView /> : null}
|
||||
{viewMode === 'folders' ? (
|
||||
<FoldersView
|
||||
onScroll={scrollTop.onScroll}
|
||||
scrollEventThrottle={scrollTop.scrollEventThrottle}
|
||||
/>
|
||||
) : null}
|
||||
</>
|
||||
)}
|
||||
</PullSearchGesture>
|
||||
|
||||
Reference in New Issue
Block a user