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

Commit 661d1d1a authored by Wu Ahan's avatar Wu Ahan Committed by Android (Google) Code Review
Browse files

Merge "Use new api to create InteractionJankMonitor.Configuration.Builder" into sc-v2-dev

parents f38931fd a551ea53
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -158,8 +158,7 @@ public abstract class InstrumentedPreferenceFragment extends ObservablePreferenc
            switch (newState) {
                case RecyclerView.SCROLL_STATE_DRAGGING:
                    final Configuration.Builder builder =
                            new Configuration.Builder(CUJ_SETTINGS_PAGE_SCROLL)
                                    .setView(recyclerView)
                            Configuration.Builder.withView(CUJ_SETTINGS_PAGE_SCROLL, recyclerView)
                                    .setTag(mClassName);
                    mMonitor.begin(builder);
                    break;