In my case, this problem occurred when I was calling getString()
changing this calls to getActivity().getString() solved the problem.
In my case, this problem occurred when I was calling getString()
changing this calls to getActivity().getString() solved the problem.