From 982f4d6a97113ba8a2f050e355526500b734e902 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 11 Sep 2021 11:48:17 -0400 Subject: [PATCH] Debug function to clear watched sources --- app/src/main/java/exh/debug/DebugFunctions.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/exh/debug/DebugFunctions.kt b/app/src/main/java/exh/debug/DebugFunctions.kt index dea2c60a5..50da8d04a 100644 --- a/app/src/main/java/exh/debug/DebugFunctions.kt +++ b/app/src/main/java/exh/debug/DebugFunctions.kt @@ -380,4 +380,8 @@ object DebugFunctions { ) } } + + fun unwatchAllSources() { + prefs.latestTabSources().delete() + } }