ramack / ActivityDiary

Android diary for any kind of activities
GNU General Public License v3.0
73 stars 37 forks source link

Clicking a newly created activity loses the actvity name and shows <No Activity> #271

Closed tingsu closed 5 years ago

tingsu commented 5 years ago

ActivityDiary-1 4 0-create-new-activity-issue

ramack commented 5 years ago

Thanks for this report, but I do not know whether I should consider this one a bug. Why should you tap on the "current" activity in the list? - The only reason that comes to my mind would be to terminate it. Starting it doesn't make sense, as you are already doing that,

I am interested about what other users think...

tingsu commented 5 years ago

Thanks for your quick reply, Ramack! Also, thanks for developing this wonderful and handy app. I used it a lot!

As for this issue:

  1. As a user, when I create a task (e.g., "hello"), I expect the current activity (the top active activity) should shows "hello" ( this behavior is correct now).

  2. But if I tap "hello" (in the activity list) again, I expect the current activity should remain the same (because the purpose of the current activity indicate which activity is active now).

  3. The issue I observed appears when I created "hello" just when the app was freshly installed, where the current activity "hello" disappears and shows "No Activity" instead if I click "hello" again. However, except this case, if I tap one activity in the activity list, the current activity will not change. So, I really hope to see the behavior could keep consistent.

cuteflames commented 5 years ago

Well, I think after creating the activity, clicking the same activity on the tray means you are terminating the activity you just created. I hope this helps

tingsu commented 5 years ago

Thanks for your explanation. Then I close it.