mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Fixed #59
This commit is contained in:
parent
73d6703e56
commit
e620754c15
@ -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' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user