Roger Ye
Roger Ye
Sorry, I forget to mention the tag to be used. Please checkout tag CH07_02. `git checkout CH07_02` You can set a break point at function `OnLoginClicked()` in file `PassXYZ.Vault/ViewModels/LoginViewModel.cs`
Please checkout PassXYZLib at the same level of PassXYZ.Vault. $ git clone https://github.com/shugaoye/PassXYZLib.git
I created a simple app and you can repeat as below: 1. Checkout the code ``` git clone https://github.com/shugaoye/mauiapp.git git checkout issue8372 ``` 2. After you clone this project, please...
Thanks! Using DEX_PREOPT, I resolved the dex2oat issue. However, the key issue is the below error message. `01-24 03:51:59.349 1588 1588 E hwcomposer-drm: Failed to create dummy sw sync timeline...
I did more investigation and I found that sw_sync.c is not existed in the common kernel so /dev/sw_sync is not available. You should have this in your environment, right ?
I tested to add styles at App level per your suggestion and it works fine for me. Is there a way to add style at page or component level? Is...