collect icon indicating copy to clipboard operation
collect copied to clipboard

Make sure the value used in range widget is between rangeStart and rangeEnd

Open grzesiek2010 opened this issue 1 year ago • 0 comments

Closes #5234

What has been done to verify that this works as intended?

I've added tests and verified the fix manually.

Why is this the best possible solution? Were any other approaches considered?

It's just a fix for the case we missed before. Not much to discuss here.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Please just test the steps described in the issue.

Do we need any specific form for testing your changes? If so, please attach one.

The form attached in the issue.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

No.

Before submitting this PR, please make sure you have:

  • [x] run ./gradlew checkAll and confirmed all checks still pass OR confirm CircleCI build passes and run ./gradlew connectedDebugAndroidTest locally.
  • [x] verified that any code or assets from external sources are properly credited in comments and/or in the about file.
  • [x] verified that any new UI elements use theme colors. UI Components Style guidelines

grzesiek2010 avatar Aug 03 '22 14:08 grzesiek2010