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…
Reference in New Issue