mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-24 04:57:35 -04:00
Reverted change in RepoProvider.
This commit is contained in:
1 parent
0c0342b12f
commit
caabec7ef9
1 file changed
+1
-1
@@ -322,7 +322,7 @@ public class RepoProvider extends FDroidProvider {
|
||||
// to be present.
|
||||
|
||||
if (!values.containsKey(DataColumns.IN_USE)) {
|
||||
values.put(DataColumns.IN_USE, true);
|
||||
values.put(DataColumns.IN_USE, 1);
|
||||
}
|
||||
|
||||
if (!values.containsKey(DataColumns.PRIORITY)) {
|
||||
|
||||
Reference in new issue
Block a user