MohitMaliFtechiz eb571031ba Fixed crashes occurring in Version 3.8.1 when opening ZIM files.
* A user provided logs indicating that, during the attempt to open ZIM files, a crash occurred when stopping the TTS service. The logs revealed that, in the absence of any activity to stop the service, using `requireActivity()` resulted in an error and application crash. To address this issue, we replaced `requireActivity()` with `activity`. Now, if there is no activity present, using `activity` avoids the error that would lead to a crash.
2024-01-19 17:01:43 +05:30
..