We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef73a7f commit bc38c95Copy full SHA for bc38c95
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