removing an unused constant

This commit is contained in:
Tibor Kaputa 2022-06-11 22:18:01 +02:00 committed by GitHub
parent 6798a1b3ba
commit 77b288a0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import com.simplemobiletools.commons.helpers.TAB_STORAGE_ANALYSIS
const val PATH = "path" const val PATH = "path"
const val MAX_COLUMN_COUNT = 20 const val MAX_COLUMN_COUNT = 20
const val HIDE_SYSTEM_UI_DELAY = 800L
// shared preferences // shared preferences
const val SHOW_HIDDEN = "show_hidden" const val SHOW_HIDDEN = "show_hidden"