BUG 1
ukik opened this issue · 0 comments
ukik commented
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