Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce9a8a27 authored by Shan Huang's avatar Shan Huang Committed by Automerger Merge Worker
Browse files

Merge "Avoid playing the charging ripple on reboot." into sc-dev am: 7b8e968a am: 4fa456a0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14715991

Change-Id: Ia7a86764d3871f9b796e732d67e8b7d9ec9f26aa
parents 22a4cd5c 4fa456a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,