Refactoring

This commit is contained in:
M66B
2023-12-26 12:04:41 +01:00
parent 7a155346de
commit 23f6ca77ba
5 changed files with 6 additions and 6 deletions

View File

@@ -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;
}