mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Allow hiding answers
This commit is contained in:
@@ -535,7 +535,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
|
||||
// Answers
|
||||
JSONArray janswers = new JSONArray();
|
||||
for (EntityAnswer answer : db.answer().getAnswers())
|
||||
for (EntityAnswer answer : db.answer().getAnswers(true))
|
||||
janswers.put(answer.toJSON());
|
||||
|
||||
// Settings
|
||||
|
||||
Reference in New Issue
Block a user