Skip to content

Commit

Permalink
401 Reorged selecetionModeFragment moved to new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCrossCD committed Nov 15, 2023
1 parent eb9825a commit b2537fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.willowtree.vocable.settings
package com.willowtree.vocable.settings.selectionmode

import android.os.Bundle
import android.view.View
Expand All @@ -7,6 +7,7 @@ import androidx.navigation.fragment.findNavController
import com.willowtree.vocable.BaseFragment
import com.willowtree.vocable.BindingInflater
import com.willowtree.vocable.databinding.FragmentSelectionModeBinding
import com.willowtree.vocable.settings.selectionmode.HeadTrackingPermissionState
import com.willowtree.vocable.settings.selectionmode.SelectionModeViewModel

class SelectionModeFragment : BaseFragment<FragmentSelectionModeBinding>() {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/navigation/main_nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
tools:layout="@layout/fragment_timing_sensitivity" />
<fragment
android:id="@+id/selectionModeFragment"
android:name="com.willowtree.vocable.settings.SelectionModeFragment"
android:name="com.willowtree.vocable.settings.selectionmode.SelectionModeFragment"
android:label="SelectionModeFragment"
tools:layout="@layout/fragment_selection_mode" />
<fragment
Expand Down

0 comments on commit b2537fd

Please sign in to comment.