Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After signing a generic message, the device does not return to the home screen #229

Open
isaacvr opened this issue Oct 31, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@isaacvr
Copy link
Contributor

isaacvr commented Oct 31, 2019

Describe the bug
After asking the device to sign a generic msg (in the JS library is done by calling devSkycoinSignMessage) and confirming the operation, the device screen shows Signature success and the message stays there until another operation is done. The problem is that the user would expect the device to return to the home screen, as that is the behavior after doing any other operation. As the behavior after signing the msg is not standar, the user could try to close the message pressing the buttons or think that the device stoped working.

Note: it is not planned to allow to sign generic messages soon, so this issue is not for V1.

Environment information:

  • OS: Windows
  • Platform: X64
  • Firmware Version: ffd6fcd

Steps to Reproduce
Call the function for signing a generic msg (in the JS library is done by calling devSkycoinSignMessage) and accept the operation in the device.

Actual behavior
After finishing the operation, de device will show Signature success instead of the home screen. The msg can not be closed by pressing the device buttons.
sign

Expected behavior
The device should return to the home screen.

Additional context
As this is the only function that does not return to the home screen after finishing, the behavior could confuse the users.

Possible implementation

@isaacvr isaacvr added the bug Something isn't working label Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant