Files
frameworks_base/core/java/android/view
Ming-Shin Lu d1cd540bbe Add Null check for mView.findFocus() in ViewRootImpl
Some apps like Netflix crashed while handleWindowFocusChanged but mView
somehow has became null.

It's fair to check null for mView.findFocus() since other places
in ViewRootImpl that calling this method also add null check.

Fix: 153862451
Test: atest CtsInputMethodTestCases

Change-Id: I86bd5f3193deabe28bb425a8564017f7b32b90f3
(cherry picked from commit bdaa14bf18)
2020-11-26 09:24:46 +00:00
..
2020-07-24 22:03:51 +00:00
2020-02-24 12:45:27 -08:00
2020-04-20 15:07:59 +00:00
2020-05-04 11:41:13 +08:00