- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
Open
Description
async onModal(path, options = { fullscreen: true }) {
	await setTimeout(() => {
		// this.$goto(route)
		this.$navigator.modal(path, options)
	}, 0)
},	BUG
JS: [Navigator] Failed to show modal: Error: java.lang.NullPointerException: Attempt to invoke virtual method 'androidx.fragment.app.FragmentTransaction androidx.fragment.app.FragmentTransaction.add(androidx.fragment.app.Fragment, java.lang.String)' on a null object reference
- I open modal, then modal closed
- I minimize app, the reopen from Icon
- when I try modal, error comes
Metadata
Metadata
Assignees
Labels
No labels