This commit is contained in:
Mariotaku Lee 2016-02-05 02:33:23 +08:00
parent a0e5f6ef6f
commit c505dcc43c
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ public class UserListSelectorActivity extends BaseSupportDialogActivity implemen
}
@Subscribe
void onUserListCreated(UserListCreatedEvent event) {
public void onUserListCreated(UserListCreatedEvent event) {
getUserLists(mScreenName);
}

View File

@ -109,7 +109,7 @@ public class UserListsFragment extends ParcelableUserListsFragment {
}
@Subscribe
void onUserListDestroyed(UserListDestroyedEvent event) {
public void onUserListDestroyed(UserListDestroyedEvent event) {
removeUserList(event.userList.id);
}