Fixed logs URL sharing after upload
This commit is contained in:
parent
7fdc49baa1
commit
b06bbc6aeb
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class AboutFragment : Fragment() {
|
|||
)
|
||||
intent.putExtra(Intent.EXTRA_SUBJECT, "$appName Logs")
|
||||
intent.putExtra(Intent.EXTRA_TEXT, info)
|
||||
intent.type = "application/zip"
|
||||
intent.type = "text/plain"
|
||||
|
||||
try {
|
||||
startActivity(Intent.createChooser(intent, "Send mail..."))
|
||||
|
|
Loading…
Reference in a new issue