Skip to content

Commit f1e1a64

Browse files
committed
GeneralSettingsFragment: Fix import
1 parent 820e870 commit f1e1a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/settings/src/main/kotlin/com/edricchan/studybuddy/features/settings/general/ui/compat/GeneralSettingsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import com.edricchan.studybuddy.ui.common.fragment.BaseFragment
1919
import com.edricchan.studybuddy.ui.theming.DarkThemeOption
2020
import com.edricchan.studybuddy.ui.theming.applyDarkTheme
2121
import com.edricchan.studybuddy.ui.theming.applyDynamicTheme
22+
import com.edricchan.studybuddy.ui.theming.common.dynamic.isDynamicColorAvailable
2223
import com.edricchan.studybuddy.ui.theming.compose.StudyBuddyTheme
23-
import com.edricchan.studybuddy.ui.theming.isDynamicColorAvailable
2424
import dagger.hilt.android.AndroidEntryPoint
2525

2626
@AndroidEntryPoint

0 commit comments

Comments
 (0)