mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Crash fix on polycentric failure
This commit is contained in:
+3
-1
@@ -1753,7 +1753,9 @@ class VideoDetailView : ConstraintLayout {
|
|||||||
}
|
}
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
Logger.e(TAG, "Failed to get polycentric likes/dislikes.", e);
|
Logger.e(TAG, "Failed to get polycentric likes/dislikes.", e);
|
||||||
_rating.visibility = View.GONE;
|
fragment.lifecycleScope.launch(Dispatchers.Main) {
|
||||||
|
_rating.visibility = View.GONE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user