mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1624 Update error message for invalid intent action for external story share.
This commit is contained in:
parent
de5b7c02ea
commit
b332562dd9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ShareExternalStoryActivity : AppCompatActivity() {
|
|||
if (intent.action == Intent.ACTION_SEND && intent.type == "text/plain") {
|
||||
handleIntent()
|
||||
} else {
|
||||
finishWithToast("NewsBlur action unrecognized")
|
||||
finishWithToast("NewsBlur invalid intent action!")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue