fossasia / open-event-droidgen

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-fossasia17-development.apk
GNU General Public License v3.0
2.06k stars 828 forks source link

App crashes while bookmarking session in SessionDetailActivity #2343

Closed pulakdp closed 6 years ago

pulakdp commented 6 years ago

Actual Behaviour

App crashes while bookmarking session in SessionDetailActivity

Expected Behaviour

App shouldn't crash

Steps to reproduce it

Go to 'Tracks' in nav drawer Select 'Open Tech' Click on the first item i.e. 'Keynote: Pro...' Bookmark it

LogCat for the issue

FATAL EXCEPTION: main Process: org.fossasia.openevent, PID: 12533 java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.fossasia.openevent.data.Track.getColor()' on a null object reference at org.fossasia.openevent.core.track.session.SessionDetailActivity.lambda$null$0$SessionDetailActivity(SessionDetailActivity.java:171)

Would you like to work on the issue?

Yes