mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-06 08:10:58 +00:00
Bug fixes
This commit is contained in:
parent
fdaf4555c5
commit
95de265e1a
19 changed files with 251 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue