mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 12:55:03 +00:00
fix: app locked screen accent color (#15854)
This commit is contained in:
parent
87247af86b
commit
d2840885dd
@ -739,7 +739,8 @@
|
|||||||
(merge
|
(merge
|
||||||
{:db (update db :keycard dissoc :application-info)}
|
{:db (update db :keycard dissoc :application-info)}
|
||||||
(when keycard-multiaccount? {:navigate-to :keycard-login-pin}))
|
(when keycard-multiaccount? {:navigate-to :keycard-login-pin}))
|
||||||
(open-login (select-keys multiaccount [:key-uid :name :public-key :images])))))
|
(open-login (select-keys multiaccount
|
||||||
|
[:key-uid :name :public-key :images :customization-color])))))
|
||||||
|
|
||||||
(rf/defn hide-keycard-banner
|
(rf/defn hide-keycard-banner
|
||||||
{:events [:hide-keycard-banner]}
|
{:events [:hide-keycard-banner]}
|
||||||
|
@ -228,7 +228,7 @@
|
|||||||
[quo/button
|
[quo/button
|
||||||
{:size 40
|
{:size 40
|
||||||
:type :primary
|
:type :primary
|
||||||
:customization-color (or :primary customization-color)
|
:customization-color (or customization-color :primary)
|
||||||
:accessibility-label :login-button
|
:accessibility-label :login-button
|
||||||
:override-theme :dark
|
:override-theme :dark
|
||||||
:before :i/unlocked
|
:before :i/unlocked
|
||||||
|
@ -43,7 +43,8 @@
|
|||||||
(rf/merge cofx
|
(rf/merge cofx
|
||||||
(multiaccounts.login/open-login (select-keys
|
(multiaccounts.login/open-login (select-keys
|
||||||
multiaccount
|
multiaccount
|
||||||
[:key-uid :name :public-key :images]))
|
[:key-uid :name :public-key :images
|
||||||
|
:customization-color]))
|
||||||
(keychain/get-auth-method (:key-uid multiaccount))))
|
(keychain/get-auth-method (:key-uid multiaccount))))
|
||||||
(navigation/init-root cofx :intro))))
|
(navigation/init-root cofx :intro))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user