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

Commit 253b3366 authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Fix swipe transition on tablet contact card

This happens on tablet portrait view when switching between
contacts with and without social updates.

Bug: 5283623
Change-Id: Idfb6be0d381fe4d72e79e210f2aebf9c6cbde1fe
parent d25f3189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ public class ContactDetailLayoutController {
                // Update ViewPager to disable swipe so that it only shows the detail fragment
                // and switch to the detail fragment
                mViewPagerAdapter.enableSwipe(false);
                mViewPager.setCurrentItem(0);
                mViewPager.setCurrentItem(0, false /* smooth transition */);
                break;
            case FRAGMENT_CAROUSEL: {
                // Disable swipe so only the detail fragment shows