Skip to content

Commit

Permalink
Removed blockquote entity
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Dec 10, 2019
1 parent 726d2e9 commit 7afb1da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Unigram/Unigram/Common/TextStyleRun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ public static IList<TextStyleRun> GetRuns(string text, IList<TextEntity> entitie
{
newRun.Flags = TextStyle.Underline;
}
else if (entity.Type is TextEntityTypeBlockQuote)
{
newRun.Flags = TextStyle.BlockQuote;
}
//else if (entity.Type is TextEntityTypeBlockQuote)
//{
// newRun.Flags = TextStyle.BlockQuote;
//}
else if (entity.Type is TextEntityTypeBold)
{
newRun.Flags = TextStyle.Bold;
Expand Down

0 comments on commit 7afb1da

Please sign in to comment.