From 02d732f763ef5d78fd8ddfd5d87d5bdcf6926c0b Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 11 Oct 2024 16:23:40 +0530 Subject: [PATCH] Corrected the comments. --- .../org/kiwix/kiwixmobile/custom/main/CustomMainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/src/main/java/org/kiwix/kiwixmobile/custom/main/CustomMainActivity.kt b/custom/src/main/java/org/kiwix/kiwixmobile/custom/main/CustomMainActivity.kt index 59dc0c558e..cf0797d594 100644 --- a/custom/src/main/java/org/kiwix/kiwixmobile/custom/main/CustomMainActivity.kt +++ b/custom/src/main/java/org/kiwix/kiwixmobile/custom/main/CustomMainActivity.kt @@ -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