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

[bug] App loader initializes with showing pretokenisation turned off but does it anyway #53

Closed
thyttan opened this issue Aug 16, 2023 · 1 comment

Comments

@thyttan
Copy link

thyttan commented Aug 16, 2023

The bug

When starting an app loader instance for the first time in the pretokenise setting will be shown as toggled off. But when loading apps to the watch they will be pretokeised.

Reproduce:

  1. Navigate to https://espruino.github.io/BangleApps/
  2. See that pretokenise is toggled off in the "More..." tab.
  3. Upload an app.
  4. Inspect the corresponding app file on the watch via the Web IDE (notice it's pretokenised).
  5. Toggle pretokenisation option on and off in the "More..." tab.
  6. Upload the app again.
  7. Inspect the correspoding app file on the watch again (notice it wasn't pretokenised).
@gfwilliams
Copy link
Member

Ok, hopefully it's fixed now. Not sure how it ever got into the state where the status was never set up correctly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants