]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/coroutines/PrepareSaveDialogCoroutine.kt
Migrate the remaining classes to Kotlin. https://redmine.stoutner.com/issues/989
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / coroutines / PrepareSaveDialogCoroutine.kt
index 200e049204ab3acb5c8fc3f7d08ffa5450b139dd..6fa46e90c92d2f19109fd2587d9224dad73d3d5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2022 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2020-2023 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
  *
@@ -38,7 +38,6 @@ import kotlinx.coroutines.withContext
 import java.lang.Exception
 
 object PrepareSaveDialogCoroutine {
-    @JvmStatic
     fun prepareSaveDialog(context: Context, supportFragmentManager: FragmentManager, urlString: String, userAgent: String, cookiesEnabled: Boolean) {
         // Use a coroutine to prepare the save dialog.
         CoroutineScope(Dispatchers.Main).launch {