Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc57725 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

merge from open-source master

Merge commit 'goog/stage-korg-master' into HEAD
parents 89282e98 05ffc255
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -690,6 +690,7 @@ public abstract class AbstractSyncableContentProvider extends SyncableContentPro
            while (c.moveToNext()) {
                String accountName = c.getString(0);
                String accountType = c.getString(1);
		if ("localhost".equals(accountType)) continue;
                if (TextUtils.isEmpty(accountName)) {
                    continue;
                }