This commit is contained in:
LucasGGamerM
2023-02-10 14:29:48 -03:00
parent 0aac29545f
commit c8580979e8

View File

@@ -455,6 +455,11 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
@Override
public void onRefresh(){
if(isInEditMode){
refreshing=false;
refreshLayout.setRefreshing(false);
return;
}
if(refreshing)
return;
refreshing=true;