-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] Android CHIP Tool crashes when subscribing in Light On/Off & Level Cluster #23928
Comments
When I checked the log, it seems to be caused by not filling in the minInterval and maxInterval values in the dialog shown when I clicked the subscribe button. If you put that value in and it works, it doesn't seem to be a problem. |
It happens when entering both interval values in the dialog and clicking on the subscribe afterwords. So maybe these values are not really propagated internally due to the GUI bug I described (can it be related with screen resolution?). BTW. I see no reason for the app to crash even when not providing user input in the dialog, it should then report an error or maybe the subscribe button could be grey out unless intervals are provided. Please see the screen of the faulty GUI view: |
@markaj-nordic Before the above PR is merged, the Dialog's EditText overlaps and the Value is not entered properly. In my opinion, the following string is visible in Screen View, so it seems that the min or max value has not been entered.
|
fixed. |
Reproduction steps
Bug prevalence
Always
GitHub hash of the SDK that was being used
1.0.0
Platform
android
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: