Revert "Always enabled threading when searching"

This reverts commit 1299093d8f.

Own choice
This commit is contained in:
M66B 2019-05-14 09:55:50 +02:00
parent 1299093d8f
commit f917ebe1b4
1 changed files with 2 additions and 2 deletions

View File

@ -2665,7 +2665,7 @@ public class FragmentMessages extends FragmentBase {
if (folder < 0)
builder = new LivePagedListBuilder<>(
db.message().pagedUnifiedInbox(
true,
threading,
"time",
false, false, false,
true,
@ -2674,7 +2674,7 @@ public class FragmentMessages extends FragmentBase {
else
builder = new LivePagedListBuilder<>(
db.message().pagedFolder(
folder, true,
folder, threading,
"time",
false, false, false,
true,