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

Commit a9b1cca1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix build"

parents 250595ae b886c161
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -184,8 +184,6 @@ public class RecentAppsPreferenceControllerTest {
        final Configuration configuration = new Configuration();
        configuration.locale = Locale.US;
        when(mMockContext.getResources().getConfiguration()).thenReturn(configuration);
        when(mMockContext.getString(eq(R.string.battery_history_minutes_no_seconds), anyInt()))
            .thenReturn(mContext.getString(R.string.battery_history_minutes_no_seconds, 45));

        mController = new RecentAppsPreferenceController(mMockContext, mAppState, null);
        mController.displayPreference(mScreen);