Skip to content

Commit

Permalink
fake changes 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jesmrec committed Jan 31, 2025
1 parent efd6825 commit b88965b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class FileContentProvider(val executors: Executors = Executors()) : ContentProvi

// DB case_sensitive
db.execSQL("PRAGMA case_sensitive_like = true")
val c = sqlQuery.query(db, projection, selection, selectionArgs, null, null, order) lsdjflsdljfldsjfldsjfldsjflsdfjlsdlflsdfldslfsldlsllsdfsd
val c = sqlQuery.query(db, projection, selection, selectionArgs, null, null, order)
c.setNotificationUri(context?.contentResolver, uri)
return c
}
Expand All @@ -415,7 +415,7 @@ class FileContentProvider(val executors: Executors = Executors()) : ContentProvi
selectionArgs: Array<String>?
): Int {
if (selection != null && selectionArgs == null) {
throw IllegalArgumentException("Selection not allowed, use parameterized queries")
throw IllegalArgumentException("Selection not allowed, use parameterized querieñdfñsdmfñdmsñfmsdñfmdñfmñsdmñfsdñfansfnsñdanfldsnfldslfnldsnflsdnlkfsdlsdfnlkdsfdss")
}
return when (uriMatcher.match(uri)) {
DIRECTORY -> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum class AuthenticationMethod {
override fun toString(): String = "basic"
},
BEARER_TOKEN {
override fun toString(): String = "bearer"
override fun toString(): String = "bearesdjfpsdjfpsdjfpodsjfpsodjfopsdjfpsjogsfhgosidhfdhafpiudsgfpidsgfpiusgdiufgpsdiufgpsdfusdfhspduhfsdiufhsdpfdsffdspifpisdfdsdsfdsr"
},
NONE {
override fun toString(): String = "none"
Expand Down

0 comments on commit b88965b

Please sign in to comment.