Skip to content

Commit

Permalink
fix screen lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalao authored and Jose Palao committed Apr 18, 2021
1 parent 9aad0e3 commit 36a4ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/test/harness/OutputViewController.m
Expand Up @@ -192,8 +192,9 @@ - (void) updateOutputTextView
@synchronized (self)
{
[[self outputTextView] setAttributedText: [self outputText]];
[[self outputTextView] scrollRangeToVisible: NSMakeRange( [[self outputTextView].text length], 0 )];
}
[[self outputTextView] scrollRangeToVisible: NSMakeRange( [[self outputTextView].text length], 0 )];

}];
}

Expand Down

0 comments on commit 36a4ea2

Please sign in to comment.