mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-17 01:32:23 +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)
|
||||
}
|
||||
|
||||
override fun onNewIntent(intent: Intent?) {
|
||||
override fun onNewIntent(intent: Intent) {
|
||||
super.onNewIntent(intent)
|
||||
|
||||
when (intent?.action) {
|
||||
when (intent.action) {
|
||||
Constants.INTENT_PLAY_RANDOM_SONGS -> {
|
||||
playRandomSongs()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user