Browse Source

Merge fce0114f8e into 4897220294

pull/1/merge
sergeymarkow 1 year ago committed by GitHub
parent
commit
581ed4116c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lib/auto_scroll_text.dart

2
lib/auto_scroll_text.dart

@ -421,7 +421,7 @@ class _AutoScrollTextState extends State<AutoScrollText> {
}
void _onUpdate(AutoScrollText oldWidget) {
if (widget.text != oldWidget.text && _endlessText != null) {
if (widget.text != oldWidget.text) {
setState(() {
_endlessText = null;
_originalTextWidth = null;

Loading…
Cancel
Save