-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add a default color to the track in the off position * remove unneeded using statement * Use UIColor to handle dark mode * remove noise * Add tests and add null checks for getting subviews * add new lines * Move the tests into the iOS Test * remove UIKit on the shared file * - fix checkbox test * fix style * removing the few unneeded changes * move the code from the mapper to the extensions * move from extension to mapper and use FirstOrDefault * Auto-format source code * change test name and make color a static var * use Manuels NoLink alternative * move to arrayExtensions and use different implementation * allow param to be null --------- Co-authored-by: TJ Lambert <[email protected]> Co-authored-by: Shane Neuville <[email protected]> Co-authored-by: GitHub Actions Autoformatter <[email protected]>
- Loading branch information
1 parent
e2448f1
commit 9e72fbc
Showing
4 changed files
with
118 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters