-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed|Changed: Fix TermuxFileReceiverActivity incorrect handling of i…
…ntent extras - If the `EXTRA_TEXT` value of the intent passed was empty instead of `null`, it was incorrectly assumed that text was passed, even though a valid `EXTRA_STREAM` may have been passed. Now `EXTRA_STREAM` will be checked first. - Added empty extra and empty/`null` filename checks before trying to create a file with an empty filename and failing. - Enable logging of intent passed at verbose log level. - Changed to a better error dialog. Closes #2247
- Loading branch information
1 parent
b68a398
commit 5a8c4f1
Showing
1 changed file
with
54 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters