Skip to content

Commit 3742dac

Browse files
update dependencies
1 parent 19afaa2 commit 3742dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NekopoiProvider/src/main/kotlin/com/nekopoi/NekopoiProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class JwtSessionInterceptor(private val targetCookie: String = "sl_jwt_session")
5858
}
5959

6060
if (needsRefresh) {
61-
val context = AcraApplication.context
61+
val context = CloudStreamApp.context
6262
if (context != null) {
6363
val handler = Handler(Looper.getMainLooper())
6464
var webView: WebView? = null

0 commit comments

Comments
 (0)