Merge "Fix Activity Transition mess-up." into nyc-dev
This commit is contained in:
@@ -5948,7 +5948,7 @@ public class Activity extends ContextThemeWrapper
|
|||||||
* @return true if this is the topmost, non-finishing activity in its task.
|
* @return true if this is the topmost, non-finishing activity in its task.
|
||||||
*/
|
*/
|
||||||
private boolean isTopOfTask() {
|
private boolean isTopOfTask() {
|
||||||
if (mToken == null || mWindow == null || !mWindowAdded) {
|
if (mToken == null || mWindow == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user