FooIbar / EhViewer

EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer
GNU General Public License v3.0
2.2k stars 86 forks source link

Temporarily disable shared element transitions #1621

Closed FooIbar closed 5 days ago

FooIbar commented 6 days ago

https://issuetracker.google.com/336140982

Resolve #1548

revonateB0T commented 5 days ago

This is not necessary, just remove SharedTransitionLayout and provide a noop SharedTransitionScope to minimize modification.

FooIbar commented 5 days ago

This is not necessary, just remove SharedTransitionLayout and provide a noop SharedTransitionScope to minimize modification.

This is to allow r8 to remove those dead code.

revonateB0T commented 5 days ago

This is not necessary, just remove SharedTransitionLayout and provide a noop SharedTransitionScope to minimize modification.

This is to allow r8 to remove those dead code.

We don't need to remove dead code as we will add it back one day.