| Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java
|
| index 5057a76e1bbaca06eab23987435231344d352f7b..3d710bb42fd079658b669ed31374e4a677d7c975 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java
|
| @@ -610,6 +610,7 @@ public class NewTabPageRecyclerView extends RecyclerView implements TouchDisable
|
| * To be triggered when a snippet is bound to a ViewHolder.
|
| */
|
| public void onSnippetBound(View cardView) {
|
| + // Animate the peeking card.
|
| // We only run if the feature is enabled and once per NTP.
|
| if (!SnippetsConfig.isIncreasedCardVisibilityEnabled() || mFirstCardAnimationRun) return;
|
| mFirstCardAnimationRun = true;
|
|
|