openHPI / xikolo-android

📱 Android App of the HPI MOOC Platform
https://play.google.com/store/apps/dev?id=7185448023325736337
GNU General Public License v3.0
41 stars 15 forks source link

Fix VideoPreviewFragment.kt line 267 #312

Closed bengelhaupt closed 3 years ago

bengelhaupt commented 3 years ago

The post() on the TextView could cause the block to be executed when the Fragment had already been detached.

tobiasrohloff commented 3 years ago

Thx!