]> git.eshelyaron.com Git - emacs.git/commit
Repair detection of empty mailto URLs
authorPo Lu <luangruo@yahoo.com>
Fri, 20 Oct 2023 11:09:22 +0000 (19:09 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 20 Oct 2023 11:09:39 +0000 (19:09 +0800)
commit8fa0f13e6e05ba1e9e7f27f240f6ec7d08d09901
tree08d7109b9d34436dbf296da44cff3416cf0f339d
parentfeba0dd457cf69168efe7501070124b35f0a5373
Repair detection of empty mailto URLs

* java/org/gnu/emacs/EmacsOpenActivity.java (onCreate):
Additonally regard mailto:// as an empty URL, since Android does
interpret them as such.
java/org/gnu/emacs/EmacsOpenActivity.java