Skip to content
Snippets Groups Projects
Commit 744a18f9 authored by rayhanp1402's avatar rayhanp1402
Browse files

fix: from merge

parent fb778006
3 merge requests!13Release,!11proper save for gmail,!8Save transactions
......@@ -72,6 +72,10 @@ class SettingsFragment : Fragment() {
Log.d("BroadcastDebug", "Sending broadcast from SettingsFragment")
}
val database = MockDatabase()
val exporter = TransactionsExporter(database)
saveButton.setOnClickListener {
Toast.makeText(appContext, "Menyimpan transaksi...", Toast.LENGTH_SHORT).show()
//todo choose one
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment