In one of my fragment class, I using invalidateOptionsMenu() as below
invalidateOptionsMenu(activity)
but it is deprecated
'invalidateOptionsMenu(Activity!): Boolean' is deprecated. Deprecated in Java
What can be used to replace invalidateOptionsMenu(Activity activity) ?
P/S:This method still can be used, but will it be an issue in future?