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

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

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

parents 21a34488 dad55730
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())