SelvinPL

Results 12 issues of SelvinPL

## Summary Sometime I need to use Catel with old good framework 4.8 [I made an attempt if it is possible and how much work it needs](https://github.com/Catel/Catel/compare/develop...SelvinPL:Catel:feature/back48) Changes in code...

In the example you are using `AcquireTokenFragment` it has `acquireTokenCallback` which is passed `MsalWrapper` which wrapps it with `AuthenticationCallback` This is very bad code practice in android development - you...