chore(change): just a typo fix

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-06-09 09:43:10 +01:00
parent 71eed27bfc
commit 153907676e

View File

@@ -270,7 +270,7 @@ class SettingsFragment : Fragment(),
}
private fun swipeActionClickEvent(swipe: Constants.Swipe) {
// Get the array of SearchEngines enum values
// Get the array of Action enum values
val actions = Constants.Action.entries.toTypedArray()
// Map the enum values to their string representations
val actionStrings = actions.map { it.getString(context) }.toTypedArray()