Showing activity (e.x. from plugin) cause the dialogs to stop working. **The reason**: After showing activity the `appModule.andoird.currentContext` [is cleared](https://github.com/NativeScript/NativeScript/blob/c4be6ce1dedcfc54179103ef98eb7a0889885d1f/tns-core-modules/application/application.android.ts#L35-L46). This is used internally in the `ui/dialogs` module to create dialogs.
Showing activity (e.x. from plugin) cause the dialogs to stop working.
The reason: After showing activity the
appModule.andoird.currentContextis cleared. This is used internally in theui/dialogsmodule to create dialogs.