commit | 22fe451fd7118deabebe25e45c7319f7f1cd2a7e | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Apr 19 16:16:01 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Tue Apr 19 16:16:01 2016 +0100 |
tree | 2ce0e28d20e2208ee95cfb6f9c0dfac2f269973a | |
parent | 312693900118cca2f69438a591cc0123a535bc9a [diff] |
Fix ViewPager calling onPageScrolled(0) This CL fixes the situation of ViewPager dispatching onPageScrolled(0) just because it has not been laid out, and thus populated. The call makes no sense in this state anyway. BUG: 28110875 Change-Id: I54e552ffc5355e2e6c59c4e2c7a9d28393b47ac1