mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
[android] ensure that conversation request buttons always work
This commit is contained in:
@@ -53,6 +53,10 @@ class ConversationRequestViewHolder extends ConversationNoticeViewHolder {
|
|||||||
listener.respondToRequest(request, false);
|
listener.respondToRequest(request, false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
// enable buttons, because the disabled buttons from the click listener
|
||||||
|
// might get recycled and thus not work
|
||||||
|
acceptButton.setEnabled(true);
|
||||||
|
declineButton.setEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user