Initial setup for navigation display with nav3
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
c0469371a3
commit
011165ca51
7 changed files with 107 additions and 4 deletions
11
shared/src/androidMain/kotlin/net/newpipe/Constants.kt
Normal file
11
shared/src/androidMain/kotlin/net/newpipe/Constants.kt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2026 NewPipe e.V. <https://newpipe-ev.de>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
package net.newpipe
|
||||
|
||||
object Constants {
|
||||
|
||||
const val INTENT_SCREEN_KEY = "SCREEN"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue