1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-03-19 21:33:03 +01:00
parent 73d6703e56
commit e620754c15

View File

@@ -280,7 +280,14 @@ const ScreenCompose: React.FC<ScreenComposeProp> = ({
composePost(params, composeState)
.then(() => {
haptics('Success')
dispatch(updateStoreReview(1))
if (
Platform.OS === 'ios' &&
Platform.constants.osVersion === '13.3'
) {
// https://github.com/tooot-app/app/issues/59
} else {
dispatch(updateStoreReview(1))
}
const queryKey: QueryKeyTimeline = [
'Timeline',
{ page: 'Following' }