fix: document division

Deskripsi:
- update menu bottom pada saat select file atau dokumen

No Issues
This commit is contained in:
2026-01-29 11:57:58 +08:00
parent 8da7c598a7
commit febb56f6e9
4 changed files with 248 additions and 33 deletions

View File

@@ -334,7 +334,7 @@ export default function DocumentDivision() {
}, [path]);
return (
<SafeAreaView>
<SafeAreaView style={{ flex: 1 }}>
<Stack.Screen
options={{
// headerLeft: () =>
@@ -409,7 +409,6 @@ export default function DocumentDivision() {
/>
<ModalLoading isVisible={loadingOpen} setVisible={setLoadingOpen} />
<ScrollView
style={[Styles.h100]}
refreshControl={
<RefreshControl
refreshing={refreshing}