From 77b288a0d3a5a011dde00f89047bbf7a7598b3db Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Sat, 11 Jun 2022 22:18:01 +0200 Subject: [PATCH] removing an unused constant --- .../com/simplemobiletools/filemanager/pro/helpers/Constants.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers/Constants.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers/Constants.kt index 9aabe173..8c6b99df 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers/Constants.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers/Constants.kt @@ -6,7 +6,6 @@ import com.simplemobiletools.commons.helpers.TAB_STORAGE_ANALYSIS const val PATH = "path" const val MAX_COLUMN_COUNT = 20 -const val HIDE_SYSTEM_UI_DELAY = 800L // shared preferences const val SHOW_HIDDEN = "show_hidden"