d4f9588a3dc92178b72e8d9f3a636bf356d6fb82
When users click the battery chart, the orignal behavior is that the view changes the state by itself. This cl refactors the bahavior to that the view callbacks to the controller, and the controller changes the view's state. In this way, the controller is the only source of truth of the state. This meets the controller-view model. Test: manual Bug: 239491373, 236101166 Change-Id: I754ded2dba20319f1571374dfdbef27f2420ed78
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%