-
Notifications
You must be signed in to change notification settings - Fork 144
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
UninitializedPropertyAccessException #234
Comments
I'll check. Thank you. |
@Moseqi Could you explain when the issue occurs? |
@sangcomz Thanks for the reply and sorry for the delay(busy on another project) |
Same issue here. |
@sangcomz Hi, Have you find something on this? I am still getting this issue, but not frequently. |
Hellp, any update on this ? still getting the same issue |
it still getting the same issue when Fishbun started in fragment. but set the "setIsUseDetailView" false, it works. i dont know why |
please use 1.1.1 version. thanks |
I'm getting crashes in crashlytics of UninitializedPropertyAccessException
version - 1.0.0-alpha05
Getting crashes in all android versions
Here's the log
Fatal Exception: kotlin.UninitializedPropertyAccessException: lateinit property imageAdapter has not been initialized at com.sangcomz.fishbun.Fishton.getImageAdapter(Fishton.kt:15) at com.sangcomz.fishbun.datasource.FishBunDataSourceImpl.getImageAdapter(FishBunDataSourceImpl.kt:27) at com.sangcomz.fishbun.ui.album.model.repository.AlbumRepositoryImpl.getImageAdapter(AlbumRepositoryImpl.kt:40) at com.sangcomz.fishbun.ui.album.mvp.AlbumPresenter$loadAlbumList$$inlined$let$lambda$1$1.invoke(AlbumPresenter.kt:33) at com.sangcomz.fishbun.ui.album.mvp.AlbumPresenter$loadAlbumList$$inlined$let$lambda$1$1.invoke(AlbumPresenter.kt:26) at com.sangcomz.fishbun.util.MainUiHandler$run$1.run(MainUiHandler.kt:11) at android.os.Handler.handleCallback(Handler.java:790) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6543) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:810)
The text was updated successfully, but these errors were encountered: