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

Commit 7c3ad7d6 authored by Gary Mai's avatar Gary Mai Committed by android-build-merger
Browse files

Add fade in animation when loading initial all contacts list

am: 2a2e8c6c

Change-Id: Ie53ca5a27e4d952b209e00714425954de5d45105
parents df7d2b02 2a2e8c6c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -833,6 +833,10 @@ public class PeopleActivity extends ContactsDrawerActivity implements
                mCurTransaction = mFragmentManager.beginTransaction();
            }
            Fragment f = getFragment(position);
            if (!mIsRecreatedInstance && (f instanceof DefaultContactBrowseListFragment)) {
                mCurTransaction.setCustomAnimations(android.R.animator.fade_in,
                        android.R.animator.fade_out);
            }
            mCurTransaction.show(f);

            // Non primary pages are not visible.