communication-ui-library-android icon indicating copy to clipboard operation
communication-ui-library-android copied to clipboard

Correct Flag in CallLauncherViewModel.kt

Open ahammer opened this issue 1 month ago • 0 comments

Purpose

  • One flag was missing a / in it, causing a few of the flags in the tool to be mis-parsed.

Does this introduce a breaking change?

  • [ ] Yes
  • [ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Documentation content changes
  • [ ] Other... Please describe:

Pull Request Checklist

  • [ ] Public API changes
  • [ ] Verified for cross-platform
  • [ ] Synced with iOS, Web team
  • [ ] Internal review completed
  • [ ] UI Changes
    • [ ] Screen captures included
    • [ ] Tested for Light/Dark mode
    • [ ] Tested for screen rotation
    • [ ] Tested on Tablet and small screen device (5")
    • [ ] Include localization changes
  • [ ] Tests
    • [ ] Memory leak analysis performed
    • [ ] Tested on API 21, 26 and latest
    • [ ] Tested for background mode
    • [ ] Unit Tests Included
    • [ ] UI Automated Tests Included

How to Test

  • Open...
  • Click on...

What to Check

Verify that the following are valid

  • ...

Other Information

ahammer avatar May 17 '24 00:05 ahammer