Nathanael Anderson
Nathanael Anderson
Yeah, it appears they were trying to make it "simpler", but this creates the inability to make certain changes. You can use `dconf-editor` and then navigate to 'org.gnome.shell.extensions.dash-to-dock' and then...
It is broken code, I just traced it down myself. @enchev - The actual function should be `dismissViewControllerAnimatedCompletion` not `dismissAnimatedCompletion`
@enchev - Another issue with the manual close routine is the promise should be resolved in the `dismissViewControllerAnimatedCompletion` completion callback, not outside of it. Otherwise if you attempt to navigate...
This is now fixed in https://github.com/nstudio/nativescript-dialog and our fork of this can be easily installed using `tns plugin install @nstudio/nativescript-dialog`