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

Commit afc0ea39 authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "When config is changed, update the profile's visibility" into udc-d1-dev am: a210c84e

parents e5aa4699 a210c84e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -145,8 +145,8 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll
            profilePref.setEnabled(!mCachedDevice.isBusy());
        }

        if (profile instanceof LeAudioProfile && !mIsLeAudioToggleEnabled) {
            profilePref.setVisible(false);
        if (profile instanceof LeAudioProfile) {
            profilePref.setVisible(mIsLeAudioToggleEnabled);
        }

        if (profile instanceof MapProfile) {