1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-05-29 14:52:06 +00:00

Fix crash

This commit is contained in:
Pierre HUBERT 2018-08-20 18:30:05 +02:00
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));