upd: android input
Deskripsi: - update input komentar pada android No Issues
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ export default function DiscussionDetail() {
|
|||||||
handleKomentar();
|
handleKomentar();
|
||||||
}}
|
}}
|
||||||
style={[
|
style={[
|
||||||
Platform.OS == 'android' && Styles.mb15,
|
Platform.OS == 'android' && Styles.mb12,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<MaterialIcons
|
<MaterialIcons
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user