Joe Tang
Results
2
comments of
Joe Tang
@AppGrade-D You are right. Should actively cancel the worker thread when view is completly destroyed?
Maybe this is the reason: 1. ModeView implement KParcelable 2. fun callingIntent(context: Context, movie: MovieView): Intent { val intent = Intent(context, MovieDetailsActivity::class.java) intent.putExtra(INTENT_EXTRA_PARAM_MOVIE, movie) return intent }