| Index: athena/home/home_card_impl.cc
|
| diff --git a/athena/home/home_card_impl.cc b/athena/home/home_card_impl.cc
|
| index 8c0336f7eb80f5bd058830176eb87df20b1d1b41..0fda598ca37cc4dcadc1a07d087fd491e682b1b8 100644
|
| --- a/athena/home/home_card_impl.cc
|
| +++ b/athena/home/home_card_impl.cc
|
| @@ -172,9 +172,6 @@ class HomeCardView : public views::WidgetDelegateView {
|
| else
|
| GetWidget()->GetFocusManager()->ClearFocus();
|
|
|
| - if (state == HomeCard::VISIBLE_MINIMIZED)
|
| - return;
|
| -
|
| main_view_->SetLayoutStateWithAnimation(
|
| (state == HomeCard::VISIBLE_CENTERED) ? 1.0f : 0.0f);
|
| }
|
|
|