mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Moved outbox to unified folders
This commit is contained in:
@@ -772,11 +772,13 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
}
|
||||
});
|
||||
|
||||
ibExpanderFolder.setVisibility(View.GONE);
|
||||
db.folder().liveNavigation().observe(owner, new Observer<List<TupleFolderNav>>() {
|
||||
@Override
|
||||
public void onChanged(List<TupleFolderNav> folders) {
|
||||
if (folders == null)
|
||||
folders = new ArrayList<>();
|
||||
ibExpanderFolder.setVisibility(folders.size() > 0 ? View.VISIBLE : View.GONE);
|
||||
adapterNavFolder.set(folders, nav_expanded);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user