]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/coroutines/GetHostIpAddressesCoroutine.kt
Migrate the remaining classes to Kotlin. https://redmine.stoutner.com/issues/989
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / coroutines / GetHostIpAddressesCoroutine.kt
index 4d3ed5ba2166b7589eb2283cc2d7805ba198d4a7..306df4c16e8536d15e6744ce790c8282700c1e8d 100644 (file)
@@ -81,7 +81,6 @@ object GetHostIpAddressesCoroutine {
         }
     }
 
-    @JvmStatic
     fun checkPinnedMismatch(domainName: String, nestedScrollWebView: NestedScrollWebView, supportFragmentManager: FragmentManager, pinnedMismatchString: String) {
         // Get the IP addresses using a coroutine.
         CoroutineScope(Dispatchers.Main).launch {