Corrected the comments.

This commit is contained in:
MohitMaliFtechiz 2024-10-11 16:23:40 +05:30 committed by Kelson
parent 2bea9be589
commit 02d732f763

View File

@ -106,7 +106,7 @@ class CustomMainActivity : CoreMainActivity() {
* because we are now using fd (FileDescriptor)
* to read the zim file from the asset folder. Currently,
* 'KiwixServer' is unable to host zim files via fd.
* This feature is temporarily for custom apps.
* This feature is temporarily removed for custom apps.
* We will re-enable it for custom apps once the issue is resolved.
* For more info see https://github.com/kiwix/kiwix-android/pull/3516,
* https://github.com/kiwix/kiwix-android/issues/4026