mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 11:37:51 +02:00
Update to SDK 29 (Android 10) (#2468)
(cherry picked from commit 83d5e458ca
)
This commit is contained in:
@ -698,7 +698,7 @@ class BrowserActionActivity : AppCompatActivity() {
|
||||
headers: Map<String, String>? = emptyMap()
|
||||
) {
|
||||
val intent = baseIntent(context).apply {
|
||||
putExtra(HEADERS_EXTRA, HashMap(headers))
|
||||
putExtra(HEADERS_EXTRA, HashMap(headers!!))
|
||||
putExtra(VERIFY_LAMBDA_EXTRA, completionVerifier as Serializable)
|
||||
putExtra(SCRIPT_EXTRA, script)
|
||||
putExtra(URL_EXTRA, url)
|
||||
|
Reference in New Issue
Block a user