mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-14 16:49:49 +01: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:
@@ -21,10 +21,10 @@ package eu.faircode.email;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
import android.net.MailTo;
|
||||
import android.net.Uri;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import androidx.core.net.MailTo;
|
||||
import androidx.documentfile.provider.DocumentFile;
|
||||
import androidx.preference.PreferenceManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user