mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 23:55:03 +00:00
reorder pair action by the order of occurrence (#3082)
This commit is contained in:
parent
2fba8c4591
commit
2c38b9e673
@ -27,7 +27,7 @@ type Event struct {
|
||||
type Action int
|
||||
|
||||
const (
|
||||
ActionPairingAccount = iota + 1
|
||||
ActionConnect = iota + 1
|
||||
ActionPairingAccount
|
||||
ActionSyncDevice
|
||||
ActionConnect
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user