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

Commit f1e5bcbd authored by Oli Thompson's avatar Oli Thompson
Browse files

Fix incorrect strings in MiniResolver

Test: manually tested
Bug: 279394307
Change-Id: I74510412fd41296f39ec0781ed099f18dec63700
parent 50ab78c2
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -1725,16 +1725,17 @@ public class ResolverActivity extends Activity implements

        if (inWorkProfile) {
            ((TextView) findViewById(R.id.open_cross_profile)).setText(
                    devicePolicyResourcesManager.getString(MINIRESOLVER_OPEN_IN_WORK,
                            () -> getString(R.string.miniresolver_open_in_work, targetDisplayLabel),
                    devicePolicyResourcesManager.getString(MINIRESOLVER_OPEN_IN_PERSONAL,
                            () -> getString(R.string.miniresolver_open_in_personal,
                                    targetDisplayLabel),
                            targetDisplayLabel));
            ((Button) findViewById(R.id.use_same_profile_browser)).setText(
                    devicePolicyResourcesManager.getString(MINIRESOLVER_USE_WORK_BROWSER,
                            () -> getString(R.string.miniresolver_use_work_browser)));
        } else {
            ((TextView) findViewById(R.id.open_cross_profile)).setText(
                    devicePolicyResourcesManager.getString(MINIRESOLVER_OPEN_IN_PERSONAL,
                            () -> getString(R.string.miniresolver_open_in_personal,
                    devicePolicyResourcesManager.getString(MINIRESOLVER_OPEN_IN_WORK,
                            () -> getString(R.string.miniresolver_open_in_work,
                                    targetDisplayLabel),
                            targetDisplayLabel));
            ((Button) findViewById(R.id.use_same_profile_browser)).setText(