We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c623e + bc38c95 commit 502a11aCopy full SHA for 502a11a
WordPress/src/main/java/org/wordpress/android/datasets/PublicizeTable.java
@@ -157,7 +157,7 @@ private static PublicizeService getServiceFromCursor(Cursor c) {
157
}
158
159
public static boolean onlyExternalConnections(String serviceId) {
160
- if (serviceId == null && serviceId.isEmpty()) {
+ if (serviceId == null || serviceId.isEmpty()) {
161
return false;
162
163
0 commit comments