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

Commit cc55c925 authored by Paul Zhang's avatar Paul Zhang
Browse files

Settings:Fix Settings BT UI no return arrow

When build fragment intent of BT sub settings activity,
add SUBSETTING property in intent.

CRs-Fixed: 781415
Change-Id: Ib80538dd843651dc286fe0e5eecd18f639a49c45
parent 45d57157
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);
        }