mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Enabled conversation actions by default on Google devices only
This commit is contained in:
@@ -963,6 +963,10 @@ public class Helper {
|
||||
return true;
|
||||
}
|
||||
|
||||
static boolean isGoogle() {
|
||||
return "Google".equalsIgnoreCase(Build.MANUFACTURER);
|
||||
}
|
||||
|
||||
static boolean isSamsung() {
|
||||
return "Samsung".equalsIgnoreCase(Build.MANUFACTURER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user