Sammy

Results 11 comments of Sammy

I'm getting this Exception too. How to fix it?

The main thing I want to achieve is have a BottomSheetDialog that I initialise once, and after that `show()` and `dismiss()` accordingly. This I can do fine with using a...

Yes, I'd like to use the same instance. Using Kotlin I'd like to do: ``` private val bottomSheet: BottomSheetMenuDialog by lazy { // Create dialog } ``` Thanks for your...

Perfect! Thank you for the quick reply.

@surinfv I'd like to show a specific permission rationale per permission. E.g. when the camera permission is denied, I want to call `view.showCameraPermissionRationale()`, as that explanation says something specific about...

@surinfv no worries, thanks for your suggestion. I'm still looking for a nice solution, so any input is welcome!

@denis-ismailaj thanks for this PR and your feedback. This is a good proposal, but it's done in a slightly different way than the approach we've taken in some new MSAL...

@Yuki-YuXin I'd like to see this PR in action, i.e. run the tests using the new env var. Could you take a look at that?

@Yuki-YuXin there are more instances of the mock API URL in the code base, that haven't been replaced as part of this PR. Some of them might be in MSAL....

> Summarize the discussion with Silviu in terms of this work item: > > IOS don’t run the tests in the yml file. They run them locally, have a stash...