Skip to content

Commit

Permalink
Fix timestamp position
Browse files Browse the repository at this point in the history
To copy hell ... and back!
  • Loading branch information
hihain committed Dec 7, 2021
1 parent a143a04 commit cc1c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unigram/Unigram/Controls/Messages/MessageBubble.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ private void OnSizeChanged(object sender, SizeChangedEventArgs e)
}

var message = _message;
if (message == null || e.PreviousSize.Width < 1 || e.PreviousSize.Height < 1)
if (message == null)
{
return;
}
Expand Down

0 comments on commit cc1c95a

Please sign in to comment.