File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
java/com/github/droidworksstudio/launcher/ui/home Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ class HomeFragment : Fragment(),
528528 val actionTypeNavOptions: NavOptions =
529529 appHelper.getActionType(Constants .Swipe .DoubleTap )
530530 findNavController().navigate(
531- R .id.action_HomeFragment_to_SettingsFragment ,
531+ R .id.SettingsFragment ,
532532 null ,
533533 actionTypeNavOptions
534534 )
@@ -540,12 +540,12 @@ class HomeFragment : Fragment(),
540540 })
541541
542542 if (preferenceHelper.settingsLock) {
543- fingerHelper.startBiometricSettingsAuth(R .id.action_HomeFragment_to_SettingsFragment )
543+ fingerHelper.startBiometricSettingsAuth(R .id.SettingsFragment )
544544 } else {
545545 val actionTypeNavOptions: NavOptions =
546546 appHelper.getActionType(Constants .Swipe .DoubleTap )
547547 findNavController().navigate(
548- R .id.action_HomeFragment_to_SettingsFragment ,
548+ R .id.SettingsFragment ,
549549 null ,
550550 actionTypeNavOptions
551551 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments