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

Commit 2a2e8c6c authored by Gary Mai's avatar Gary Mai
Browse files

Add fade in animation when loading initial all contacts list

Bug: 30318643
Change-Id: I77c0eac6b3f73e3d2772aee12d33afc136f824cc
parent df8e73c1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -765,6 +765,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.