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

Commit 8877dc8f authored by Fan Zhang's avatar Fan Zhang Committed by Gerrit Code Review
Browse files

Merge "WifiCallingSettingsForSubTest: Solve casting problem in setup"

parents 6fca0c94 428ba7cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,8 +92,8 @@ public class WifiCallingSettingsForSubTest {
    @Mock private ToggleSwitch mToggleSwitch;
    @Mock private View mView;
    @Mock private ImsConfig mImsConfig;
    @Mock private ListPreference mButtonWfcMode;
    @Mock private ListPreference mButtonWfcRoamingMode;
    @Mock private ListWithEntrySummaryPreference mButtonWfcMode;
    @Mock private ListWithEntrySummaryPreference mButtonWfcRoamingMode;
    @Mock private Preference mUpdateAddress;

    @Before