-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Issue:
When searching for a caption in the explore section of the upload_caption_depict branch at https://github.com/VitalyVPinchuk/apps-android-commons/tree/upload_caption_depict we encounter an error in the media and category sections.
Here are two screenshots for each of the error encountered:
Steps to reproduce:
- Clone https://github.com/VitalyVPinchuk/apps-android-commons/tree/upload_caption_depict and store on your local machine.
- Open the apps-android-commons folder in Android Studio.
- Switch to the upload_caption_depict branch by clicking on VCS -> Git -> Branches and select the upload_caption_depict branch.
- Then press the 'Sync the project with Gradle Files' button to sync your app.
- Run the app on an emulator or on an actual device.
- Go to the explore section and search for a caption.
You should expect to see the error message in either the media or the category tab. It may also happen that both may show the same error.
Expected Behaviour:
"No Images matching bow found" and "No category matching flowers found" is the expected message that should have been displayed.
Actual Behaviour:
"No Images matching %1$s found" and "No category matching %1$s found" is the actual message that is being displayed.
Would I like to be assigned this issue:
Yes, as I am already working on issue #3222

