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

Commit 90886f66 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

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

parents 7b5c4007 ac06fed1
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) {