Skip to content

Commit 7a85b18

Browse files
jhenrique09Genkzsz11
authored andcommitted
SystemUI: Use AOSP impl for getting estimated battery time for now
* Tested Turbo implementation. Still didn't work.
1 parent 616593f commit 7a85b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/google/android/systemui/dagger/SystemUIGoogleModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static String provideLeakReportEmail() {
8686
}
8787

8888
@Binds
89-
abstract EnhancedEstimates bindEnhancedEstimates(EnhancedEstimatesGoogleImpl enhancedEstimates);
89+
abstract EnhancedEstimates bindEnhancedEstimates(EnhancedEstimatesImpl enhancedEstimates);
9090

9191
@Binds
9292
abstract NotificationLockscreenUserManager bindNotificationLockscreenUserManager(

0 commit comments

Comments
 (0)