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

fail to update an active activity's pic when this activity is terminated or another activity is started #291

Open
tingsu opened this issue Feb 27, 2020 · 2 comments
Labels
Milestone

Comments

@tingsu
Copy link

tingsu commented Feb 27, 2020

  • I have searched the history bug list, and have not found a similar bug.

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

  • Bug description

  1. start an activity Cinema and take a pic
  2. switch to the picture column where a pic exists (correct function)
  3. click Cinema to terminate it (we can see the pic is still there, is this correct?)
  4. click another activity Sleeping to start it (we can see the pic is still there, this should be incorrect)
  • Video of incorrect functionality

20200227_112456

@ramack ramack added the bug label Feb 27, 2020
@ramack ramack added this to the v1.5.0 milestone Feb 27, 2020
@ramack
Copy link
Owner

ramack commented Feb 27, 2020

This looks like a bug. Thanks for reporting!

@ramack
Copy link
Owner

ramack commented Apr 20, 2020

This one seems to be what I also experience from time to time and I referred to it in #289 (comment). Thanks a lot for the clear steps to reproduce it.
in Step 3) I'd say it is already wrong. If there is no current activity we should not show any photo.

I guess the root cause for non-detection could be that initially there was no possibility to terminate apps. My initial idea was to track everything, but even I ended up with a "default" "Nothing_I_want_to_track" activity which is one of the most often used activities in my diary... And even though I added the possibility to terminate the current activity I somehow did not yet get rid of the habit to select this activity when I just want to stop tracking the current one. So my personal testing depth is quite low for the terminated activities...

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

No branches or pull requests

2 participants