Skip to content
Snippets Groups Projects
Commit 1f48461d authored by Altair1618's avatar Altair1618
Browse files

fix: change to use getemail in email intent

parent 9b0aec8f
1 merge request!46Dev
...@@ -113,7 +113,7 @@ class SettingsFragment : Fragment() { ...@@ -113,7 +113,7 @@ class SettingsFragment : Fragment() {
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
emailIntent.putExtra( emailIntent.putExtra(
Intent.EXTRA_EMAIL, Intent.EXTRA_EMAIL,
arrayOf("${response.nim}@std.stei.itb.ac.id"), arrayOf(parentActivityService.getEmail()),
) )
emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Your Transaction Report") emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Your Transaction Report")
emailIntent.putExtra( emailIntent.putExtra(
......
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