You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let my_review = MultiFieldReview::new(&my_field,&["Confirm","Address"],// TODO: SDK bug, we need to add a space after ConfirmSome(&EYE),"Approve",Some(&VALIDATE_14),"Reject",Some(&CROSSMARK),);
on NanoS
on NanoX
You can see that on the Nano S, it should display Comfirm, but instead it shows Confir. Currently, I can work around this issue by adding a space after Comfirm.
This may be a bug in UI drawing, not sure if it will affect the display of other content.
The text was updated successfully, but these errors were encountered:
on NanoS
on NanoX
You can see that on the Nano S, it should display
Comfirm
, but instead it showsConfir
. Currently, I can work around this issue by adding a space afterComfirm
.This may be a bug in UI drawing, not sure if it will affect the display of other content.
The text was updated successfully, but these errors were encountered: