Merge "PIP: Fix NPE when enters Recents with PIP" into nyc-dev am: 4e08800a7e
am: e659fac4c2
* commit 'e659fac4c272a42eb575b9d66881f34a8ceeb66b':
PIP: Fix NPE when enters Recents with PIP
Change-Id: I029f82f0f7c9673bbb7010daabe18017d889d83d
This commit is contained in:
@@ -334,12 +334,6 @@ public class RecentsTvActivity extends Activity implements OnPreDrawListener {
|
||||
setIntent(intent);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
updatePipUI();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnterAnimationComplete() {
|
||||
super.onEnterAnimationComplete();
|
||||
@@ -391,6 +385,8 @@ public class RecentsTvActivity extends Activity implements OnPreDrawListener {
|
||||
} else {
|
||||
mTaskStackHorizontalGridView.setSelectedPosition(0);
|
||||
}
|
||||
|
||||
updatePipUI();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user