aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-03-07 19:43:26 -0500
committerAllan Wang <me@allanwang.ca>2019-03-07 19:43:26 -0500
commitb1c7358c24ab95825d18293636251f276637ba25 (patch)
tree103987721f3a44fca026eaf72a52606d322e5650 /app/src/main/kotlin/com/pitchedapps/frost/views
parent3f5d2cf2a55d28528c88e118f09a91fd6c59ac43 (diff)
downloadfrost-b1c7358c24ab95825d18293636251f276637ba25.tar.gz
frost-b1c7358c24ab95825d18293636251f276637ba25.tar.bz2
frost-b1c7358c24ab95825d18293636251f276637ba25.zip
Apply spotless
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/views')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/FrostVideoViewer.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostVideoViewer.kt b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostVideoViewer.kt
index 75b80ae1..4d88ad3d 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostVideoViewer.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostVideoViewer.kt
@@ -104,7 +104,6 @@ class FrostVideoViewer @JvmOverloads constructor(
val cookie = FrostDatabase.get().cookieDao().currentCookie() ?: return@launchMain
context.frostDownload(cookie, video.videoUri)
}
-
}
true
}