mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Show target language flags
This commit is contained in:
@@ -121,7 +121,7 @@ public class DeepL {
|
||||
int freq1 = frequencies.get(l1.target);
|
||||
int freq2 = frequencies.get(l2.target);
|
||||
|
||||
if (freq1 == freq2)
|
||||
if (freq1 == freq2 || !BuildConfig.DEBUG)
|
||||
return collator.compare(l1.name, l2.name);
|
||||
else
|
||||
return -Integer.compare(freq1, freq2);
|
||||
|
||||
Reference in New Issue
Block a user