mirror of
https://github.com/status-im/status-react.git
synced 2025-02-03 14:46:05 +00:00
[#4075] Clear invalid contact code error message when returning to the "Start new chat"
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
8a355b1e75
commit
7233a5f97d
@ -0,0 +1,6 @@
|
||||
(ns status-im.ui.screens.add-new.new-chat.navigation
|
||||
(:require [status-im.ui.screens.navigation :as navigation]))
|
||||
|
||||
(defmethod navigation/preload-data! :new-chat
|
||||
[db _]
|
||||
(assoc db :contacts/new-identity nil))
|
@ -14,6 +14,7 @@
|
||||
status-im.ui.screens.group.chat-settings.events
|
||||
status-im.ui.screens.group.events
|
||||
status-im.ui.screens.navigation
|
||||
status-im.ui.screens.add-new.new-chat.navigation
|
||||
status-im.ui.screens.network-settings.events
|
||||
status-im.ui.screens.profile.events
|
||||
status-im.ui.screens.qr-scanner.events
|
||||
|
Loading…
x
Reference in New Issue
Block a user