aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-28 23:09:58 -0500
committerAllan Wang <me@allanwang.ca>2018-12-28 23:09:58 -0500
commit0d6f53c82c4c55afdc61ea20773e7421b368e46f (patch)
tree4ba35717cb3805cd270b3fc0bda498a1598a6e66 /app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
parent7f545a19dcb52073bc22d2bb59e6cb4beecac4a6 (diff)
downloadfrost-0d6f53c82c4c55afdc61ea20773e7421b368e46f.tar.gz
frost-0d6f53c82c4c55afdc61ea20773e7421b368e46f.tar.bz2
frost-0d6f53c82c4c55afdc61ea20773e7421b368e46f.zip
Fully remove anko, resolves #1184
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
index ab97c0a8..2e8408ea 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
@@ -22,6 +22,7 @@ import android.webkit.WebResourceRequest
import android.webkit.WebResourceResponse
import android.webkit.WebView
import android.webkit.WebViewClient
+import ca.allanwang.kau.utils.withAlpha
import com.pitchedapps.frost.facebook.FB_URL_BASE
import com.pitchedapps.frost.facebook.FbCookie
import com.pitchedapps.frost.facebook.FbItem
@@ -41,7 +42,6 @@ import com.pitchedapps.frost.utils.launchImageActivity
import com.pitchedapps.frost.utils.resolveActivityForUri
import com.pitchedapps.frost.views.FrostWebView
import kotlinx.coroutines.channels.SendChannel
-import org.jetbrains.anko.withAlpha
/**
* Created by Allan Wang on 2017-05-31.