Rename settings screen file names
This commit is contained in:
@@ -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