Merge "Fix transition for forced resizable exit" into nyc-dev
This commit is contained in:
@@ -77,6 +77,12 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void finish() {
|
||||||
|
super.finish();
|
||||||
|
overridePendingTransition(0, R.anim.forced_resizable_exit);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setTaskDescription(ActivityManager.TaskDescription taskDescription) {
|
public void setTaskDescription(ActivityManager.TaskDescription taskDescription) {
|
||||||
// Do nothing
|
// Do nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user