mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Replace usage of android.net.MailTo with androidx.core.net.MailTo
Use the AndroidX version of MailTo instead of the broken platform version. For more information see https://cketti.de/2020/06/22/android-net-mailto-is-broken/
This commit is contained in:
@@ -20,11 +20,12 @@ package eu.faircode.email;
|
||||
*/
|
||||
|
||||
import android.content.Context;
|
||||
import android.net.MailTo;
|
||||
import android.net.ParseException;
|
||||
import android.net.Uri;
|
||||
import android.util.Pair;
|
||||
|
||||
import androidx.core.net.MailTo;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.InetAddress;
|
||||
import java.net.URL;
|
||||
|
||||
Reference in New Issue
Block a user