[APP-1876] Fix pull-to-refresh getting stuck on tab switch (#9951)
This commit is contained in:
@@ -683,6 +683,12 @@ let PostFeed = ({
|
||||
blockedOrMutedAuthors,
|
||||
])
|
||||
|
||||
useEffect(() => {
|
||||
if (enabled === false) {
|
||||
setIsPTRing(false)
|
||||
}
|
||||
}, [enabled])
|
||||
|
||||
// events
|
||||
// =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user