Poral
Poral
### Bug explanation I'd like to disable the transition of the `DialogHost` and at the same time, use the style `MaterialDesignEmbeddedDialogHost`. ``` ``` Together with `md:TransitionAssist.DisableTransitions="True"` and `MaterialDesignEmbeddedDialogHost` everything Is...
### Bug explanation Is anyone here having the same problem when using `INotifyDataErrorInfo` where the **Error Message** of the **TextBox** is overflowing? No issue when using `ValidationRules` at all. I...
When the application is swiped, it also killed the service.
@akexorcist , Hello! How to retain the current format of String when sending/receiving the message? Let's say I send a simple string with 3 next line, after receiving it, the...
How you recreate or restart the connection after losing it or disconnected from server or client? I tried to call `bt.stopService()` and recall `onStart(); `but it's crashing the application ```...
@akexorcist , Hello! How to determine if the message was successfully sent or not?