Skip to content

Commit 1539076

Browse files
chore(change): just a typo fix
Signed-off-by: HeCodes2Much <[email protected]>
1 parent 71eed27 commit 1539076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/droidworksstudio/launcher/ui/settings/SettingsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class SettingsFragment : Fragment(),
270270
}
271271

272272
private fun swipeActionClickEvent(swipe: Constants.Swipe) {
273-
// Get the array of SearchEngines enum values
273+
// Get the array of Action enum values
274274
val actions = Constants.Action.entries.toTypedArray()
275275
// Map the enum values to their string representations
276276
val actionStrings = actions.map { it.getString(context) }.toTypedArray()

0 commit comments

Comments
 (0)