mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Delete private messages when their timers expire (needs UI support).
This commit is contained in:
@@ -829,10 +829,6 @@ public class ConversationActivity extends BriarActivity
|
||||
fails.add(getString(
|
||||
R.string.dialog_message_not_deleted_ongoing_invitations));
|
||||
}
|
||||
if (result.hasNotFullyDownloaded()) {
|
||||
fails.add(getString(
|
||||
R.string.dialog_message_not_deleted_partly_downloaded));
|
||||
}
|
||||
// add problems the user can resolve
|
||||
if (result.hasNotAllIntroductionSelected() &&
|
||||
result.hasNotAllInvitationSelected()) {
|
||||
|
||||
Reference in New Issue
Block a user