mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Linked fetch more remark to FAQ
This commit is contained in:
@@ -48,6 +48,7 @@ public class FragmentDialogSync extends FragmentDialogBase {
|
||||
View view = LayoutInflater.from(getContext()).inflate(R.layout.dialog_sync, null);
|
||||
final TextView tvFolder = view.findViewById(R.id.tvFolder);
|
||||
final EditText etMonths = view.findViewById(R.id.etMonths);
|
||||
final TextView tvRemark = view.findViewById(R.id.tvRemark);
|
||||
|
||||
if (fid < 0) {
|
||||
if (TextUtils.isEmpty(type))
|
||||
@@ -59,6 +60,13 @@ public class FragmentDialogSync extends FragmentDialogBase {
|
||||
|
||||
etMonths.setText(null);
|
||||
|
||||
tvRemark.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.viewFAQ(view.getContext(), 39);
|
||||
}
|
||||
});
|
||||
|
||||
return new AlertDialog.Builder(getContext())
|
||||
.setView(view)
|
||||
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
|
||||
|
||||
Reference in New Issue
Block a user