| Index: athena/home/home_card_impl.cc
|
| diff --git a/athena/home/home_card_impl.cc b/athena/home/home_card_impl.cc
|
| index 318cccbaf6779064971272f7d4299fb7eff7d4c2..c57c6284b44ab2029d2277e64d09c40c4bbf09b0 100644
|
| --- a/athena/home/home_card_impl.cc
|
| +++ b/athena/home/home_card_impl.cc
|
| @@ -407,7 +407,7 @@ void HomeCardImpl::OnGestureProgressed(
|
| }
|
|
|
| void HomeCardImpl::OnOverviewModeEnter() {
|
| - if (state_ == VISIBLE_MINIMIZED)
|
| + if (state_ == HIDDEN || state_ == VISIBLE_MINIMIZED)
|
| SetState(VISIBLE_BOTTOM);
|
| }
|
|
|
|
|