]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/views/NestedScrollWebView.kt
Fix a crash when opening a drawer while restarting. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / views / NestedScrollWebView.kt
index 2900e0ab8c2d63e0b7129fc9fd877bcdeedb9234..cd00f067cd6a68273afc113eeac2234d9033042d 100644 (file)
@@ -80,7 +80,7 @@ class NestedScrollWebView @JvmOverloads constructor(context: Context, attributeS
     NestedScrollingChild2 {
 
     companion object {
-        // Define the companion object blocklists constants.  These can be moved to class constants once all of the code has transitioned to Kotlin.
+        // Define the public companion object blocklists constants.
         const val BLOCKED_REQUESTS = 0
         const val EASYLIST = 1
         const val EASYPRIVACY = 2