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

Commit 3160f1cb authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Merge "Fix Network details title not being translated." into pi-dev

am: be22830f

Change-Id: Ie2d2e0637b1357b926e22bd82372d573a6c6d06b
parents 2e084e25 be22830f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -912,7 +912,7 @@ public class WifiSettings extends RestrictedSettingsFragment

    private void launchNetworkDetailsFragment(ConnectedAccessPointPreference pref) {
        new SubSettingLauncher(getContext())
                .setTitle(getContext().getString(R.string.pref_title_network_details))
                .setTitle(R.string.pref_title_network_details)
                .setDestination(WifiNetworkDetailsFragment.class.getName())
                .setArguments(pref.getExtras())
                .setSourceMetricsCategory(getMetricsCategory())