79197111

Date: 2024-11-17 11:58:53
Score: 2.5
Natty:
Report link

I was stuck with this problem a whole day, my issue was that in the optionMenuCreated constructor I used the old androidMenuInflator class which parses the menu.xml but just skips androidX attributes. Fixed by using getMenuInflater.inflate instead of the own instantiated object from Android and not AndroidX

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Selwyn de Jonckheere