Skip to content

Commit

Permalink
workaround for fragment lifecycle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ftc committed Mar 27, 2024
1 parent f8a1fca commit 05f318f
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 05f318f

Please sign in to comment.