material-components-android
material-components-android copied to clipboard
[MaterialContainerTransform] View to Activity transition uses incorrect activity position if app is launched in multiwindow mode and placed at the bottom of split screen
Description: View to Activity transition uses incorrect start and end activity position. On enter transition new activity comes from the top of the app window and goes there on exit. Works only if app placed at the bottom of the screen.
Expected behavior: Activity transition should work the same in multiwindow mode as in fullscreen.
Source code: Reproduced in catalog app.
Android API version: Checked on API 26 and 29
Material Library version: Tested on 1.2.0-alpha06 and 1.3.0-alpha01
Device: Emulators and real devices.
Video from emulator running catalog app. You can see both cases with activity animation works incorrectly while fragment one is good: https://drive.google.com/file/d/1BIilNsiE4qvF6CGC9dRoI27XtOkAbTru/view?usp=sharing
Hey @ArturSechko. Thanks for reporting this! I'll have a look and see if this is something we're able to address
hello ,Is there a solution to this problem ? I had the same problem