mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 04:25:24 -04:00
1 parent
11205dcf72
commit
f948112e42
1 file changed
+1
-1
@@ -532,7 +532,7 @@ public class AppProvider extends FDroidProvider {
|
||||
if (firstKeyword) {
|
||||
firstKeyword = false;
|
||||
} else {
|
||||
selection.append(" OR ");
|
||||
selection.append(" AND ");
|
||||
}
|
||||
selection.append(column + " like ?");
|
||||
selectionKeywords[iKeyword] = keyword;
|
||||
|
||||
Reference in new issue
Block a user