merge from open-source master
Merge commit 'goog/stage-korg-master' into HEAD
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user