fixed #313
This commit is contained in:
parent
a0e5f6ef6f
commit
c505dcc43c
|
@ -196,7 +196,7 @@ public class UserListSelectorActivity extends BaseSupportDialogActivity implemen
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
void onUserListCreated(UserListCreatedEvent event) {
|
public void onUserListCreated(UserListCreatedEvent event) {
|
||||||
getUserLists(mScreenName);
|
getUserLists(mScreenName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -109,7 +109,7 @@ public class UserListsFragment extends ParcelableUserListsFragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
void onUserListDestroyed(UserListDestroyedEvent event) {
|
public void onUserListDestroyed(UserListDestroyedEvent event) {
|
||||||
removeUserList(event.userList.id);
|
removeUserList(event.userList.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue