mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Enabled LanguageTool for Play store (2)
This commit is contained in:
parent
fd3b6c9d1e
commit
b09e42956a
1 changed files with 7 additions and 8 deletions
|
@ -1829,14 +1829,13 @@ public class FragmentCompose extends FragmentBase {
|
|||
for (int i = 0; i < m.size(); i++)
|
||||
bottom_navigation.findViewById(m.getItem(i).getItemId()).setOnLongClickListener(null);
|
||||
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
bottom_navigation.findViewById(R.id.action_save).setOnLongClickListener(new View.OnLongClickListener() {
|
||||
@Override
|
||||
public boolean onLongClick(View view) {
|
||||
onLanguageTool();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
bottom_navigation.findViewById(R.id.action_save).setOnLongClickListener(new View.OnLongClickListener() {
|
||||
@Override
|
||||
public boolean onLongClick(View view) {
|
||||
onLanguageTool();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
bottom_navigation.findViewById(R.id.action_send).setOnLongClickListener(new View.OnLongClickListener() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue