Merge "Avoid playing the charging ripple on reboot." into sc-dev
This commit is contained in:
@@ -83,6 +83,7 @@ class WiredChargingRippleController @Inject constructor(
|
||||
var rippleView: ChargingRippleView = ChargingRippleView(context, attrs = null)
|
||||
|
||||
init {
|
||||
pluggedIn = batteryController.isPluggedIn
|
||||
val batteryStateChangeCallback = object : BatteryController.BatteryStateChangeCallback {
|
||||
override fun onBatteryLevelChanged(
|
||||
level: Int,
|
||||
|
||||
Reference in New Issue
Block a user