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

Commit af5618a0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings:Fix Settings BT UI no return arrow"

parents ac88fdc0 cc55c925
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -692,6 +692,7 @@ public final class Utils {
        Intent intent = new Intent(Intent.ACTION_MAIN);
        if (BluetoothSettings.class.getName().equals(fragmentName)) {
            intent.setClass(context, SubSettings.BluetoothSubSettings.class);
            intent.putExtra(SettingsActivity.EXTRA_SHOW_FRAGMENT_AS_SUBSETTING, true);
        } else {
            intent.setClass(context, SubSettings.class);
        }