Skip to content

Conversation

@deorst
Copy link
Contributor

@deorst deorst commented Apr 6, 2021

Summary:

Fixing issue #271 only for iOS.

Behavior after fix:

  • trackImage

Screen Shot 2021-04-06 at 8 14 11 PM

  • trackImage and minimumTrackImage

Screen Shot 2021-04-06 at 8 17 10 PM

  • trackImage and maximumTrackImage

Screen Shot 2021-04-06 at 8 17 23 PM

  • trackImage and minimumTrackImageandmaximumTrackImage`

Screen Shot 2021-04-06 at 8 17 36 PM

Test Plan:

Manually tested with other properties - works as before the changes.

@deorst deorst requested a review from michalchudziak April 6, 2021 15:31
@deorst deorst linked an issue Apr 6, 2021 that may be closed by this pull request
* Fix deps not linked on iOS. Fix installation problem with detox.

* Updated config.yml

Co-authored-by: Dmitry Stadnik <dstdnky@gmail.com>
@property (nonatomic, strong) UIImage *thumbImage;
@property (nonatomic, assign) bool tapToSeek;
@property (nonatomic, assign) bool minimumTrackImageSet;
@property (nonatomic, assign) bool maximumTrackImageSet;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should make these public - let's keep them private.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

float _unclippedValue;
}
bool _minimumTrackImageSet;
bool _maximumTrackImageSet;}
Copy link
Collaborator

@michalchudziak michalchudziak Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: let's move the bracket to the next line

@deorst deorst merged commit c257d6d into master Apr 8, 2021
@deorst deorst deleted the fix-issue-271 branch April 8, 2021 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

minimumTrackImage, maximumTrackImage, and trackImage do not work together

4 participants