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

Commit 876a619b authored by Winson Chung's avatar Winson Chung
Browse files

Fixing crash while reordering pages in OverviewMode.

Change-Id: I67dcd71a8f15fbc737880306254c766f4dbadc58
parent ebb9ebed
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1817,8 +1817,10 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
                                addView(mDragView, pageUnderPointIndex);
                                onAddView(mDragView, pageUnderPointIndex);
                                mSidePageHoverIndex = -1;
                                if (mPageIndicator != null) {
                                    mPageIndicator.setActiveMarker(getNextPage());
                                }
                            }
                        };
                        postDelayed(mSidePageHoverRunnable, REORDERING_SIDE_PAGE_HOVER_TIMEOUT);
                    }