Updated title

This commit is contained in:
M66B
2020-01-09 16:25:47 +01:00
parent d504e69ba4
commit 2cb221f06b
2 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ public class FragmentFolder extends FragmentBase {
private CheckBox cbSynchronize;
private CheckBox cbPoll;
private CheckBox cbDownload;
private Button btnHelp;
private Button btnInfo;
private EditText etSyncDays;
private EditText etKeepDays;
private CheckBox cbKeepAll;
@@ -116,7 +116,7 @@ public class FragmentFolder extends FragmentBase {
cbSynchronize = view.findViewById(R.id.cbSynchronize);
cbPoll = view.findViewById(R.id.cbPoll);
cbDownload = view.findViewById(R.id.cbDownload);
btnHelp = view.findViewById(R.id.btnHelp);
btnInfo = view.findViewById(R.id.btnInfo);
etSyncDays = view.findViewById(R.id.etSyncDays);
etKeepDays = view.findViewById(R.id.etKeepDays);
cbKeepAll = view.findViewById(R.id.cbKeepAll);
@@ -149,7 +149,7 @@ public class FragmentFolder extends FragmentBase {
}
});
btnHelp.setOnClickListener(new View.OnClickListener() {
btnInfo.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Helper.viewFAQ(getContext(), 39);