tumble-for-kronox / Tumble-Android

An Android app to find any schedule on KronoX
https://tumble.hkr.se
4 stars 2 forks source link

Event - Clicking on event crashes app #20

Open BlieNuckel opened 6 days ago

BlieNuckel commented 6 days ago

Describe the bug When clicking on an event in the list view or the calendar view, the app crashes.

To Reproduce

  1. Go to bookmarks tab
  2. Click on any event card in the list or calendar view
  3. See crash

Expected behavior The app should show the event details sheet when clicking on the list item, not crash

SvenLindstrom commented 2 days ago

Could not reproduce the error. Are you using a specific schedule? or are all schedules causing the error?

BlieNuckel commented 2 days ago

it happens for both tbse2 2024 and tbse2 2023. Haven't tried with any other schedules, but it seems pretty consistent

SvenLindstrom commented 2 days ago

I think I know what is happening. When the sheet is created, it tries to call functions that are dependent on the notification manager. Which has not been implemented. The sheet should work once the notification manager has been implemented.