mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Refactoring
This commit is contained in:
@@ -346,7 +346,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
public void onClick(View v) {
|
||||
Boolean pop = (Boolean) v.getTag();
|
||||
if (pop != null && pop) {
|
||||
Helper.viewFAQ(v.getContext(), 170, true);
|
||||
Helper.viewFAQ(v.getContext(), 170);
|
||||
//ToastEx.makeText(v.getContext(), R.string.title_pop_folders, Toast.LENGTH_LONG).show();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user