Skip to content

Tapping Android notification after deletion nomination does not do anything #2659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolas-raoul opened this issue Mar 19, 2019 · 3 comments

Comments

@nicolas-raoul
Copy link
Member

Steps to reproduce:

  1. Upload a picture
  2. Nominate it for deletion
  3. An Android notification appears. Tap it.

Expected: Go to the nomination page in the browser, or to the picture's media details activity. I think.
Actual: Nothing happens.
Screenshot_20190318-230806

@vanshikaarora
Copy link
Contributor

vanshikaarora commented Mar 19, 2019

@nicolas-raoul Currently I see that the notifications are processed in DeleteTask.java and with each progress Notification Text is updated.

Further Enhancement

On clicking on the notification we can create an activity showing the image and the horizontal progressbar denoting with a text denoting progress at each stage.

Or do you have anything else in mind?

@nicolas-raoul
Copy link
Member Author

nicolas-raoul commented Mar 19, 2019

I suggest that tapping the notification (after everything has finished successfully) just opens the nomination's webpage in the browser.

@vanshikaarora
Copy link
Contributor

@nicolas-raoul I have create a Pull Request here Kindly review :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants