Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] [Bug] Fix - Unordered list followed by ordered list not working correclty #204

Merged
merged 4 commits into from
Aug 21, 2024

Conversation

karthikgopal36
Copy link
Collaborator

Description

If a text contains unordered list followed by ordered list, the bullet point is not showing and replaced with numbers.

Sample Card

                {
			"type": "TextBlock",
			"text": "1. Numbered\r- List\r",
			"wrap": true
		}

How Verified

verified with the card

Before After
screenshot-1724048798505 screenshot-1724048757508

@GabrielMedAlv
Copy link
Collaborator

Thanks for fixing this @karthikgopal36 . do you know if this is android specific or might be required to be handled on iOS too?

@karthikgopal36
Copy link
Collaborator Author

Thanks for fixing this @karthikgopal36 . do you know if this is android specific or might be required to be handled on iOS too?

@GabrielMedAlv this is android only issue. iOS works fine.

@ardlank ardlank reopened this Aug 20, 2024
@ardlank ardlank merged commit c9d20d8 into main Aug 21, 2024
3 checks passed
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.

3 participants