mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
style
This commit is contained in:
@@ -340,8 +340,12 @@ public class ConversationListFragment extends Fragment
|
||||
@Override
|
||||
public Loader<DcChatlist> onCreateLoader(int arg0, Bundle arg1) {
|
||||
int listflags = 0;
|
||||
if(archive) { listflags |= DcContext.DC_GCL_ARCHIVED_ONLY; }
|
||||
else { listflags |= DcContext.DC_GCL_ADD_ALLDONE_HINT; }
|
||||
if(archive) {
|
||||
listflags |= DcContext.DC_GCL_ARCHIVED_ONLY;
|
||||
}
|
||||
else {
|
||||
listflags |= DcContext.DC_GCL_ADD_ALLDONE_HINT;
|
||||
}
|
||||
return new DcChatlistLoader(getActivity(), listflags, null, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user