mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Small fix
This commit is contained in:
parent
3c8c9da858
commit
16b9b1582a
1 changed files with 1 additions and 1 deletions
|
@ -7647,7 +7647,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
|
||||
@Override
|
||||
protected List<TupleIdentityEx> onExecute(Context context, Bundle args) {
|
||||
DB db = DB.getInstance(getContext());
|
||||
DB db = DB.getInstance(context);
|
||||
return db.identity().getComposableIdentities(null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue