Skip to content
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

ActivityDiary (function cannot proceed - undoing the first activity breaks the undo function) #10

Open
functional-fuzzing-android-apps opened this issue May 18, 2020 · 0 comments

Comments

@functional-fuzzing-android-apps
Copy link
Owner

The bug was found in the latest release (version 1.4.0). The bug can be reproduced on an Android emulator 6.0 and a Google Pixel 3 XL phone.

Correct app functionality

  1. start the app, select any activity (e.g., Cinema),
  2. select another activity (e.g. Woodworking), and undo it (the current activity return back to Cinema)
  3. select a third activity (e.g. Cooking), and undo it (the current activity return back to Cooking)

This undo function works perfect.

ActivityDiary-undo-fail-#270-correct

Incorrect app functionality

  1. start the app, select any activity (e.g., Cinema),
  2. undo it (the undo cannot take effect, Cinema is still there).
  3. select another activity (e.g., Woodworking),
  4. undo it (the undo cannot take effect, Woodworking is still there).

After this, if I select any other activities, and undo them, the UNDO option does not take any effect.

Reproducing video
ActivityDiary-1 4 0-undo-issue

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

No branches or pull requests

1 participant