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
If a user attempts to set max altitude and enters a decimal point, although the text input doesn't show the decimal point, if they press "Done" the app crashes instead of handling it gracefully.
Crash happens in dji.ux.panel.PreFlightCheckListPanel in verifyAndSetMaxAltitude
NumberFormatException java.lang.Integer in parseInt
For input string: "2.00"
Tested on Google Pixel 4a with SDK 4.16.2
The text was updated successfully, but these errors were encountered:
If a user attempts to set max altitude and enters a decimal point, although the text input doesn't show the decimal point, if they press "Done" the app crashes instead of handling it gracefully.
Crash happens in dji.ux.panel.PreFlightCheckListPanel in verifyAndSetMaxAltitude
NumberFormatException java.lang.Integer in parseInt
For input string: "2.00"
Tested on Google Pixel 4a with SDK 4.16.2
The text was updated successfully, but these errors were encountered: