Merge branch 'develop' into preference-support

This commit is contained in:
Mariotaku Lee 2016-03-13 00:14:51 +08:00
commit 6bff78fc04
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class InternalTwitterContentUtils {
if (!selectionArgs.isEmpty()) {
builder.append(" OR ");
}
selectionArgs.add(String.valueOf(selectionArgs));
selectionArgs.add(String.valueOf(userKey));
builder.append("(SELECT ").append("?").append(" IN (SELECT ").append(Filters.Users.USER_ID).append(" FROM ").append(Filters.Users.TABLE_NAME).append("))");
}
if (retweetedById != null) {