-
Notifications
You must be signed in to change notification settings - Fork 37
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
Refactor pressure and battery display #1207
Conversation
1bb1f72
to
093d3b9
Compare
Is this also addressed here ? Refactor BatteryStatusView#1136 |
2af721c
to
a5da82a
Compare
a5da82a
to
7e02ed6
Compare
case batteryLevel <= 10: | ||
return Icons.BatteryAlert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we get rid of the BatteryCharging case because we have no way of telling that the battery is charging or an other reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's wasn't implemented, it was always being used BatteryStatus.Normal
91f2a27
to
d45b62b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
d45b62b
to
498b99e
Compare
498b99e
to
a68a301
Compare
b423284
to
0990aba
Compare
Closes #1136