fix move dialog

This commit is contained in:
ammarahm-ed
2020-12-20 18:24:33 +05:00
parent ca747dd6f8
commit e00930f887
2 changed files with 5 additions and 1 deletions

View File

@@ -307,6 +307,10 @@ const MoveNoteComponent = ({close, note, setNote}) => {
data={item.topics}
keyboardShouldPersistTaps="always"
keyboardDismissMode="none"
style={{
width:"90%",
alignSelf:"flex-end"
}}
ListHeaderComponent={
<View>
<View