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

Commit b1a17222 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Disable animations for bluetooth." into nyc-dev

am: 90886f66

* commit '90886f66':
  Disable animations for bluetooth.

Change-Id: I7325068e38900c7f1a16a1a8685a941ecc12707b
parents 2230710d 90886f66
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ public abstract class DeviceListPreferenceFragment extends
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setAnimationAllowed(true);

        mLocalManager = Utils.getLocalBtManager(getActivity());
        if (mLocalManager == null) {