mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 13:59:29 +00:00
Fix crash
This commit is contained in:
parent
d7dc2d66dc
commit
92da9ff0e3
@ -154,6 +154,9 @@ public class UserPostsFragment extends Fragment
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
if(mPostsList == null)
|
||||
return;
|
||||
|
||||
//Get the list of posts of the user
|
||||
mPostsList.addAll(mPostsHelper.get_user(mUserID));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user