mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-08 03:22:10 +03:00
Fixed build error
This commit is contained in:
parent
84aa0b5cce
commit
24fbfa0930
@ -455,10 +455,10 @@ class NavigationActivity : ScopeActivity() {
|
|||||||
return findNavController(R.id.nav_host_fragment).navigateUp(appBarConfiguration)
|
return findNavController(R.id.nav_host_fragment).navigateUp(appBarConfiguration)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onNewIntent(intent: Intent?) {
|
override fun onNewIntent(intent: Intent) {
|
||||||
super.onNewIntent(intent)
|
super.onNewIntent(intent)
|
||||||
|
|
||||||
when (intent?.action) {
|
when (intent.action) {
|
||||||
Constants.INTENT_PLAY_RANDOM_SONGS -> {
|
Constants.INTENT_PLAY_RANDOM_SONGS -> {
|
||||||
playRandomSongs()
|
playRandomSongs()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user