MainActivity Test
This commit is contained in:
parent
5867c80588
commit
4b6a44f3b1
@ -1,3 +1,5 @@
|
|||||||
|
@file:OptIn(ExperimentalMaterial3Api::class)
|
||||||
|
|
||||||
package com.example.notebook
|
package com.example.notebook
|
||||||
|
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
@ -383,7 +385,6 @@ fun SourcesScreen(viewModel: NotebookViewModel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// === MENU COMPONENTS (Tetap sama) ===
|
// === MENU COMPONENTS (Tetap sama) ===
|
||||||
@OptIn(ExperimentalMaterial3Api::class)
|
|
||||||
@Composable
|
@Composable
|
||||||
fun AccountScreen(onDismiss: () -> Unit) {
|
fun AccountScreen(onDismiss: () -> Unit) {
|
||||||
Dialog(
|
Dialog(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user