mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Cleanup
This commit is contained in:
parent
63114d05f0
commit
62a501298b
1 changed files with 0 additions and 3 deletions
|
@ -32,7 +32,6 @@ import android.text.SpannableStringBuilder;
|
|||
import android.text.Spanned;
|
||||
import android.text.TextUtils;
|
||||
import android.text.method.ArrowKeyMovementMethod;
|
||||
import android.text.method.LinkMovementMethod;
|
||||
import android.text.style.ForegroundColorSpan;
|
||||
import android.text.style.URLSpan;
|
||||
import android.view.LayoutInflater;
|
||||
|
@ -162,8 +161,6 @@ public class ActivityEML extends ActivityBase {
|
|||
}
|
||||
});
|
||||
|
||||
tvStructure.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
||||
// Initialize
|
||||
if (!Helper.isDarkTheme(this)) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
|
Loading…
Reference in a new issue