mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 16:51:03 +00:00
chore: code refactor
This commit is contained in:
@@ -134,7 +134,11 @@ abstract class BaseParser {
|
||||
* **/
|
||||
open suspend fun loadSavedShowResponse(mediaId: Int): ShowResponse? {
|
||||
checkIfVariablesAreEmpty()
|
||||
return PrefManager.getNullableCustomVal("${saveName}_$mediaId", null, ShowResponse::class.java)
|
||||
return PrefManager.getNullableCustomVal(
|
||||
"${saveName}_$mediaId",
|
||||
null,
|
||||
ShowResponse::class.java
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user