mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
Fixed logs URL sharing after upload
This commit is contained in:
parent
c9f727cb75
commit
e16d664520
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…
Add table
Reference in a new issue