commit | 6e5f3d2e9fc130cd4118296a50a88f3cddb21fda | [log] [tgz] |
---|---|---|
author | Jorim Jaggi <jjaggi@google.com> | Wed Sep 28 13:30:27 2016 +0200 |
committer | Jorim Jaggi <jjaggi@google.com> | Wed Sep 28 11:38:47 2016 +0000 |
tree | 5297d556b8ba270ff703d0eef16e31d88d9e5c24 | |
parent | 4e236046aea01e6cf13dafb25ccf9ebf4de5b197 [diff] |
Fix NPE in overridePlayingAppAnimations It's not guaranteed that findMainWindow() is non-null, which can happen if the window was just added, so we should not crash in that case. Change-Id: I1f04876ef48bfc7636320124b7f60d6dfa0b24a2 Fixes: 31767124