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

Commit ac06fed1 authored by Jason Monk's avatar Jason Monk
Browse files

Disable animations for bluetooth.

Change-Id: I2aa77d8ce91f81b6704b4f91766ee61c79afb2f8
Fixes: 28135206
parent 2f99770c
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) {