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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void finish() {
|
||||
super.finish();
|
||||
overridePendingTransition(0, R.anim.forced_resizable_exit);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTaskDescription(ActivityManager.TaskDescription taskDescription) {
|
||||
// Do nothing
|
||||
|
||||
Reference in New Issue
Block a user