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