Bug fixes

This commit is contained in:
DrKLO 2014-11-24 17:14:40 +03:00
parent fdaf4555c5
commit 95de265e1a
19 changed files with 251 additions and 21 deletions

View file

@ -455,6 +455,9 @@ public class GroupCreateActivity extends BaseFragment implements NotificationCen
if (i == SCROLL_STATE_TOUCH_SCROLL) {
AndroidUtilities.hideKeyboard(userSelectEditText);
}
if (listViewAdapter != null) {
listViewAdapter.setIsScrolling(i != SCROLL_STATE_IDLE);
}
}
@Override