mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
pass queryFilter to DcChatlistLoader, if set
This commit is contained in:
@@ -363,7 +363,7 @@ public class ConversationListFragment extends Fragment
|
||||
else {
|
||||
listflags |= DcContext.DC_GCL_ADD_ALLDONE_HINT;
|
||||
}
|
||||
return new DcChatlistLoader(getActivity(), listflags, null, 0);
|
||||
return new DcChatlistLoader(getActivity(), listflags, queryFilter.isEmpty()? null : queryFilter, 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user