You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent crash during development (before any ApplicationVersion) has been uploaded to the webapp.
2020-07-04 11:04:31.473 28002-28002/ai.elimu.appstore.debug E/AndroidRuntime: FATAL EXCEPTION: main
Process: ai.elimu.appstore.debug, PID: 28002
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Integer ai.elimu.appstore.room.entity.ApplicationVersion.getVersionCode()' on a null object reference
at ai.elimu.appstore.ui.applications.ApplicationListAdapter.onBindViewHolder(ApplicationListAdapter.java:92)
at ai.elimu.appstore.ui.applications.ApplicationListAdapter.onBindViewHolder(ApplicationListAdapter.java:34)
The text was updated successfully, but these errors were encountered:
To prevent crash during development (before any ApplicationVersion) has been uploaded to the webapp.
The text was updated successfully, but these errors were encountered: