mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Support reloading main page
This commit is contained in:
parent
9e876a85d4
commit
1411859b7f
6 changed files with 22 additions and 7 deletions
|
|
@ -92,7 +92,7 @@ class MainActivity : AppCompatActivity() {
|
|||
remember(appPreferences) {
|
||||
createDeviceProfile(this@MainActivity, preferences, false)
|
||||
}
|
||||
val backStack = rememberNavBackStack(Destination.Main)
|
||||
val backStack = rememberNavBackStack(Destination.Main())
|
||||
val navigationManager = NavigationManager(backStack)
|
||||
|
||||
if (server != null && user != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue