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)
|
var rippleView: ChargingRippleView = ChargingRippleView(context, attrs = null)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
pluggedIn = batteryController.isPluggedIn
|
||||||
val batteryStateChangeCallback = object : BatteryController.BatteryStateChangeCallback {
|
val batteryStateChangeCallback = object : BatteryController.BatteryStateChangeCallback {
|
||||||
override fun onBatteryLevelChanged(
|
override fun onBatteryLevelChanged(
|
||||||
level: Int,
|
level: Int,
|
||||||
|
|||||||
Reference in New Issue
Block a user