Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): splash open animation sometimes stutters on cold start #11139

Merged
merged 3 commits into from
Aug 20, 2019

Commits on Aug 12, 2019

  1. fix(android): splash open animation sometimes stutters on cold start

    - [TIMOB-27328] Fixed bug where opening a window while splash is in mid-transition causes splash to adopt child window's transition. Causes noticeable stutter.
      * Especially an issue as of Android Q beta 4.
      * Modified so that activity windows launched from splash override pending transition with fade-in transition instead. (Looks better than slide-up animation anyways.)
    jquick-axway committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    75103c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    f11028f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    7a493ef View commit details
    Browse the repository at this point in the history