mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add some javadocs and comments
This commit is contained in:
parent
405faa388e
commit
59b3ef2644
65 changed files with 539 additions and 202 deletions
|
|
@ -100,7 +100,7 @@ class MainActivity : AppCompatActivity() {
|
|||
remember(appPreferences) {
|
||||
createDeviceProfile(this@MainActivity, preferences, false)
|
||||
}
|
||||
val backStack = rememberNavBackStack(Destination.Main())
|
||||
val backStack = rememberNavBackStack(Destination.Home())
|
||||
navigationManager.backStack = backStack
|
||||
|
||||
if (server != null && user != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue