mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-21 10:52:14 +01:00
3f0699a949
if 'showingHint' == true, then many potentially expensive String operations are being executed on an empty string. This change wraps these operations in an if block which will only run them when needed.