Describe the bug
In history activity, even when no history is present if the user selects clear no history, the Toast says All history cleared.
Expected behavior
The Toast should be No history present.
Steps to reproduce the behavior:
Screenshots

Environment
I would like to work on the issue
Instead of making a different toast hide the option from the menu.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
@mhutti1 @abdulwd @macgills Do we really need that? I'm not sure this is really worth it.
I will admit to being largely indifferent. it is a good first issue though
@mhutti1 @abdulwd @macgills Do we really need that? I'm not sure this is really worth it.
After discussing with @macgills we want the following:
@kelson42 I think we don't need it.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
can i work on this?
@devanshi7799 Yes, you are welcome.
@kelson42 Thank you so much :)
can you tell me how to claim this issue?
@devanshi7799 you are now assigned
@macgills I have worked on the issue but when i am trying to make a pull request it is showing me some error. Can you help me solve it?
@devanshi7799 What happens exactly?
@kelson42

It is showing me this type of error
@devanshi7799 OK, this is a compilation error. This is not related to a PR I believe. To make a PR, you just need to https://github.com/kiwix/kiwix-android/pulls. @macgills will try to help you witin a few hours.
It seems like pre-commit hook is failing. @devanshi7799 Are you able to build & install this app?
@abdulwd yes, the application is running perfectly fine on my phone
@devanshi7799 Try to commit using command line git commit -m <some-message> and then check why the pre-commit hook is failing. If you're not able the figure that out then paste those logs here.

@abdulwd it is showing this.
one of these tasks is failing
gradlew ktlintCheck app:lintDebug core:lintDebug custom:lintCustomexampleDebug
run them in terminal and post the output here.
Also verify you do in fact have the file custom/src/customexample/info.json
Ah no it is just that you don't have JDK8 installed
If the build failed for another reason please make sure JAVA_HOME is set to JDK8
I'm gonna update that message to be way more prominent
@macgills is it necessary to have JDK version set to 8? or higher version is okay?
8 is absolutely necessary. Higher is not, android does not support it