Rename settings screen file names
This commit is contained in:
@@ -42,7 +42,6 @@ import it.vfsfitvnm.vimusic.ui.components.rememberBottomSheetState
|
||||
import it.vfsfitvnm.vimusic.ui.components.rememberMenuState
|
||||
import it.vfsfitvnm.vimusic.ui.screens.HomeScreen
|
||||
import it.vfsfitvnm.vimusic.ui.screens.IntentUriScreen
|
||||
import it.vfsfitvnm.vimusic.ui.screens.settings.OtherScreen
|
||||
import it.vfsfitvnm.vimusic.ui.styling.*
|
||||
import it.vfsfitvnm.vimusic.ui.views.PlayerView
|
||||
import it.vfsfitvnm.vimusic.utils.*
|
||||
|
||||
@@ -65,7 +65,7 @@ fun SettingsScreen() {
|
||||
}
|
||||
|
||||
appearanceSettingsRoute {
|
||||
AppearanceScreen()
|
||||
AppearanceSettingsScreen()
|
||||
}
|
||||
|
||||
playerSettingsRoute {
|
||||
@@ -73,7 +73,7 @@ fun SettingsScreen() {
|
||||
}
|
||||
|
||||
notificationSettingsRoute {
|
||||
NotificationScreen()
|
||||
NotificationSettingsScreen()
|
||||
}
|
||||
|
||||
backupAndRestoreRoute {
|
||||
@@ -81,7 +81,7 @@ fun SettingsScreen() {
|
||||
}
|
||||
|
||||
otherSettingsRoute {
|
||||
OtherScreen()
|
||||
OtherSettingsScreen()
|
||||
}
|
||||
|
||||
aboutRoute {
|
||||
|
||||
@@ -20,7 +20,7 @@ import it.vfsfitvnm.vimusic.utils.semiBold
|
||||
|
||||
@ExperimentalAnimationApi
|
||||
@Composable
|
||||
fun AppearanceScreen() {
|
||||
fun AppearanceSettingsScreen() {
|
||||
val albumRoute = rememberPlaylistOrAlbumRoute()
|
||||
val artistRoute = rememberArtistRoute()
|
||||
|
||||
@@ -20,7 +20,7 @@ import it.vfsfitvnm.vimusic.utils.semiBold
|
||||
|
||||
@ExperimentalAnimationApi
|
||||
@Composable
|
||||
fun NotificationScreen() {
|
||||
fun NotificationSettingsScreen() {
|
||||
val albumRoute = rememberPlaylistOrAlbumRoute()
|
||||
val artistRoute = rememberArtistRoute()
|
||||
|
||||
@@ -34,7 +34,7 @@ import kotlinx.coroutines.launch
|
||||
@OptIn(ExperimentalCoilApi::class)
|
||||
@ExperimentalAnimationApi
|
||||
@Composable
|
||||
fun OtherScreen() {
|
||||
fun OtherSettingsScreen() {
|
||||
val albumRoute = rememberPlaylistOrAlbumRoute()
|
||||
val artistRoute = rememberArtistRoute()
|
||||
|
||||
Reference in New Issue
Block a user