mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Merge branch '2172-mailbox-status-ui' into 'master'
Improve MailboxStatusFragment and record check failures as well Closes #2172 See merge request briar/briar!1632
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user