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

Commit d5c7d17e authored by Haijie Hong's avatar Haijie Hong
Browse files

Fix junk when loading more settings item

BUG: 377531818
Test: local tested
Flag: com.android.settings.flags.enable_bluetooth_device_details_polish
Change-Id: Ib6f97c589473aa0c7576af966a78068da273deec
parent 1cba219e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -347,6 +347,7 @@ public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment
        if (view != null) {
            view.getViewTreeObserver().addOnGlobalLayoutListener(mOnGlobalLayoutListener);
        }
        getListView().setItemViewCacheSize(100);
        return view;
    }