nicolasrodf

Results 4 comments of nicolasrodf

You can clear focus from chip_input listening scroll status of scrollView: scrollView.getViewTreeObserver().addOnScrollChangedListener(new OnScrollChangedListener() { @override public void onScrollChanged() { chipsInput.clearFocus(); } }); This clear focus and you can scrolling

You can clear focus from chip_input listening scroll status of nestedScrollView: nestedScrollView.getViewTreeObserver().addOnScrollChangedListener(new OnScrollChangedListener() { @override public void onScrollChanged() { chipsInput.clearFocus(); } }); This clear focus and you can scrolling

You can clear focus from chip_input listening scroll status of scrollView: scrollView.getViewTreeObserver().addOnScrollChangedListener(new OnScrollChangedListener() { @override public void onScrollChanged() { chipsInput.clearFocus(); } }); This clear focus and you can scrolling

Put this into your onCreate chipsInput.clearFocus(); or inside onCreate and viewThreeObserver