mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 17:51:37 -05:00
@@ -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