SyntaxFix
Write A Post
Hire A Developer
Questions
add:
@SuppressLint("ValidFragment")
before your class.
it it doesn´t work do something like this:
@SuppressLint({ "ValidFragment", "HandlerLeak" })