Small improvement

This commit is contained in:
M66B
2020-11-11 17:35:32 +01:00
parent 2cbbece8a4
commit 067d93ff1b
15 changed files with 39 additions and 39 deletions

View File

@@ -89,7 +89,7 @@ public class FragmentDialogSearch extends FragmentDialogBase {
@Override
public void onClick(View v) {
imm.hideSoftInputFromWindow(etQuery.getWindowToken(), 0);
Helper.viewFAQ(getContext(), 13);
Helper.viewFAQ(v.getContext(), 13);
}
});