upd: android input

Deskripsi:
- update input komentar pada android

No Issues
This commit is contained in:
2025-09-29 15:14:54 +08:00
parent bd82b7c427
commit ed175d63f2
3 changed files with 8 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ export default function DetailDiscussionGeneral() {
&& handleKomentar() && handleKomentar()
}} }}
style={[ style={[
Platform.OS == 'android' && Styles.mb15, Platform.OS == 'android' && Styles.mb12,
]} ]}
> >
<MaterialIcons name="send" size={25} style={(komentar == '' || data?.status === 2 || !data?.isActive || (!memberDiscussion && (entityUser.role == "user" || entityUser.role == "coadmin"))) ? Styles.cGray : Styles.cDefault} /> <MaterialIcons name="send" size={25} style={(komentar == '' || data?.status === 2 || !data?.isActive || (!memberDiscussion && (entityUser.role == "user" || entityUser.role == "coadmin"))) ? Styles.cGray : Styles.cDefault} />

View File

@@ -325,7 +325,7 @@ export default function DiscussionDetail() {
handleKomentar(); handleKomentar();
}} }}
style={[ style={[
Platform.OS == 'android' && Styles.mb15, Platform.OS == 'android' && Styles.mb12,
]} ]}
> >
<MaterialIcons <MaterialIcons

View File

@@ -79,6 +79,12 @@ const Styles = StyleSheet.create({
mb10: { mb10: {
marginBottom: 10 marginBottom: 10
}, },
mb12: {
marginBottom: 12
},
mb13: {
marginBottom: 13
},
mb15: { mb15: {
marginBottom: 15 marginBottom: 15
}, },