mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 10:21:02 +00:00
remove unnecessary context (build failing)
This commit is contained in:
@@ -134,7 +134,7 @@ abstract class BaseParser {
|
||||
* **/
|
||||
open suspend fun loadSavedShowResponse(mediaId: Int): ShowResponse? {
|
||||
checkIfVariablesAreEmpty()
|
||||
return PrefManager.getNullableCustomVal<ShowResponse?>("${saveName}_$mediaId", null)
|
||||
return PrefManager.getNullableCustomVal("${saveName}_$mediaId", null, ShowResponse::class.java)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user