Merge pull request #1409 from deltachat/revert-1402-refresh-list-on-new-intent

Revert "initializeListAdapter() in ConversationListFragment.onNewIntent()"
This commit is contained in:
bjoern 2020-06-11 14:28:56 +02:00 committed by GitHub
commit c0f726e2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,6 @@ public class ConversationListFragment extends Fragment
public void onNewIntent() {
initializeFabClickListener();
initializeListAdapter();
}
public ConversationListAdapter getListAdapter() {