Skip to content

Commit

Permalink
just a typo not worth a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
HeCodes2Much committed Jan 1, 2023
1 parent d195003 commit f0993c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import com.github.hecodes2much.mlauncher.style.SettingsTheme
import android.app.admin.DevicePolicyManager
import android.content.ComponentName
import android.content.Context
import android.content.res.Configuration
import android.os.Build
import android.os.Bundle
import android.view.LayoutInflater
Expand Down Expand Up @@ -409,7 +408,7 @@ class SettingsFragment : Fragment() {
onChange = onChange,
currentAction = prefs.doubleTapAction,
onSelect = { j -> updateGesture(AppDrawerFlag.SetDoubleTap, j) },
appLabel = prefs.appClickDate.appLabel
appLabel = prefs.appDoubleTap.appLabel
)
}
)
Expand Down

0 comments on commit f0993c6

Please sign in to comment.