79696651

Date: 2025-07-10 07:29:56
Score: 1
Natty:
Report link

I recently faced a similar issue, and it turned out to be caused by the language change implementation inside the onResume() method of the BaseActivity. Once I removed that logic, the app started creating only a single activity instance.

I suggest checking your code to identify what might be triggering multiple activity instances, it could be due to orientation changes, dark mode, language changes, or similar factors. Once identified, you can adjust your implementation accordingly to prevent the duplication

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohammed Fahim khan