Merge "Merge "Prevent use of a null sCallbackObj by Hardware FLP" into nyc-dev am: 793ac34219 am: 8453136b8e" into nyc-mr1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3137c85ee
@@ -5948,7 +5948,7 @@ public class Activity extends ContextThemeWrapper
|
||||
* @return true if this is the topmost, non-finishing activity in its task.
|
||||
*/
|
||||
private boolean isTopOfTask() {
|
||||
if (mToken == null || mWindow == null || !mWindowAdded) {
|
||||
if (mToken == null || mWindow == null) {
|
||||
return false;
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user