This commit is contained in:
Ammar Githam 2020-11-30 22:24:53 +09:00
parent dccfcaf78a
commit c72c4469f5
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public class DirectMessageSettingsFragment extends Fragment implements SwipeRefr
@Override
public void onResult(final InboxThreadModel threadModel) {
if (threadModel == null) return;
final List<Long> adminList = Arrays.asList(threadModel.getAdmins());
final String userIdFromCookie = CookieUtils.getUserIdFromCookie(cookie);
if (userIdFromCookie == null) return;