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

Commit 5d7068ab authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Fix swipe transition on tablet contact card"

parents d31b9344 253b3366
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