Improve MailboxStatusFragment and record check failures as well

This commit is contained in:
Torsten Grote
2022-04-18 10:16:38 -03:00
parent 174ca3cfb8
commit dea05c85a2
4 changed files with 29 additions and 18 deletions

View File

@@ -100,7 +100,7 @@ public class MailboxStatusFragment extends Fragment {
.observe(getViewLifecycleOwner(), this::onMailboxStateChanged);
// TODO
// * detect problems and show them #2175
// * Implement UI for warning user when mailbox is unreachable #2175
// * add "Unlink" button confirmation dialog and functionality #2173
Button unlinkButton = v.findViewById(R.id.unlinkButton);
unlinkButton.setOnClickListener(view -> Toast.makeText(requireContext(),