mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Android - People - Hide actions panel after remove
This commit is contained in:
parent
a3927f4d4c
commit
4851b44de1
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ public class FriendsFragment extends Fragment {
|
|||
mUsersProvider.removeConnection(mSelectedUsername, new UsersProvider.UserActionCallback() {
|
||||
@Override
|
||||
public void requestOk() {
|
||||
// CLD: Show success message
|
||||
mSlidingUpPanelLayout.setPanelState(SlidingUpPanelLayout.PanelState.COLLAPSED);
|
||||
mSelectedUsername = null;
|
||||
mUsersAdapter.loadUsers();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue