mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-13 09:34:20 +03:00
Fixed ios issue
This commit is contained in:
parent
28e3aabd1c
commit
d57a0818f1
@ -21,8 +21,6 @@ export default ({ getState, item, setState }) => {
|
||||
},
|
||||
};
|
||||
setState({ text: newText }, () => {
|
||||
setTimeout(() => {
|
||||
setState({ ...extra });
|
||||
}, 25);
|
||||
setState({ ...extra });
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user