229230231232233234235236237
if (rect != null) { // Try to position the selection into view again rect.grow(50, 50); view.scrollRectToVisible(rect); } } }