aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-03 18:40:14 -0400
committerGitHub <noreply@github.com>2017-07-03 18:40:14 -0400
commit8edd98fcee1506177e61ebeb31af35c7f3fb48c8 (patch)
treefe264b22f3c57e8888a372ab0ab1fbf2b0496e76 /app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt
parent01250f93826b24bd53b46426999e9cdea17fecd8 (diff)
downloadfrost-8edd98fcee1506177e61ebeb31af35c7f3fb48c8.tar.gz
frost-8edd98fcee1506177e61ebeb31af35c7f3fb48c8.tar.bz2
frost-8edd98fcee1506177e61ebeb31af35c7f3fb48c8.zip
Dev (#13)
* Allow file access * Log all to phone * Rework billing logic
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt
index 4d03afe4..10499bfa 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt
@@ -45,4 +45,5 @@ class FrostChromeClient(webCore: FrostWebViewCore) : WebChromeClient() {
}
+
} \ No newline at end of file