We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256b2ad commit 632a348Copy full SHA for 632a348
packages/core/ui/transition/page-transition.android.ts
@@ -176,7 +176,7 @@ export class PageTransition extends Transition {
176
const toPage = newEntry.resolvedPage;
177
const newFragment: androidx.fragment.app.Fragment = newEntry.fragment;
178
const state = SharedTransition.getState(this.id);
179
- const pageEnd = state.pageEnd;
+ const pageEnd = state?.pageEnd;
180
181
//we can't look for presented right now as the toPage might not be loaded
182
// and thus some views like ListView/Pager... might not have loaded their "children"
0 commit comments