From 82f9aca96493316bc62008f2b3167d34a6029b38 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 12 Dec 2017 00:52:12 -0500 Subject: Update/intro (#550) * Add edit button to intro * Update readme * Fix video error and cancellation * Update changelog * Hide invalid tab options --- app/src/main/kotlin/com/pitchedapps/frost/settings/Debug.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/settings/Debug.kt') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/settings/Debug.kt b/app/src/main/kotlin/com/pitchedapps/frost/settings/Debug.kt index 60397158..60512f17 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/settings/Debug.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/settings/Debug.kt @@ -36,7 +36,7 @@ fun SettingsActivity.getDebugPrefs(): KPrefAdapterBuilder.() -> Unit = { Debugger.values().forEach { plainText(it.data.titleId) { iicon = it.data.icon - onClick = { it.debug(itemView.context) } + onClick = { it.debug(itemView.context) } } } -- cgit v1.2.3