mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
[#12511] Fix unread indicator after opening profile modal from chat
This commit is contained in:
parent
905a9d8c9a
commit
d9f3c49aec
@ -244,7 +244,7 @@
|
|||||||
:else
|
:else
|
||||||
(if (and (= :chat tab) platform/ios?)
|
(if (and (= :chat tab) platform/ios?)
|
||||||
{:dotIndicator {:visible false}}
|
{:dotIndicator {:visible false}}
|
||||||
{:dotIndicator {:visible false} :badge nil}))}))))
|
{:dotIndicator {:visible false} :badge ""}))}))))
|
||||||
|
|
||||||
(re-frame/reg-fx
|
(re-frame/reg-fx
|
||||||
:pop-to-root-tab-fx
|
:pop-to-root-tab-fx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user