Skip to content

Commit

Permalink
Merge pull request #11 from cuplv/fix_frag_timeout
Browse files Browse the repository at this point in the history
Workaround for fragment lifecycle timeout
  • Loading branch information
chfont authored Mar 28, 2024
2 parents f8a1fca + 05f318f commit 2ad4f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class ArticlesFragment extends Fragment {

private View rootView;
private View rootView = null;

@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Expand Down

0 comments on commit 2ad4f69

Please sign in to comment.