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 59dc0c558..cf0797d59 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