Merge pull request #1085 from Bnyro/master

fix notifications
This commit is contained in:
Bnyro 2022-08-18 13:33:18 +02:00 committed by GitHub
commit f2d2190e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ object PreferenceHelper {
}
fun setLatestVideoId(videoId: String) {
editor.putString(PreferenceKeys.LAST_STREAM_VIDEO_ID, videoId)
editor.putString(PreferenceKeys.LAST_STREAM_VIDEO_ID, videoId).commit()
}
fun getLatestVideoId(): String {