mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 22:29:19 +00:00
Improve: Android Studio's Reformat
This commit is contained in:
@ -155,7 +155,7 @@ object Cache {
|
||||
|
||||
override fun query(
|
||||
uri: Uri, projection: Array<String>?,
|
||||
selection: String?, selectionArgs: Array<out String>?, sortOrder: String?
|
||||
selection: String?, selectionArgs: Array<out String>?, sortOrder: String?,
|
||||
): Cursor {
|
||||
val file = getFileAndTypeForUri(uri).first
|
||||
val columns = (projection ?: defaultColumns).mapNotNull {
|
||||
@ -179,7 +179,7 @@ object Cache {
|
||||
|
||||
override fun update(
|
||||
uri: Uri, contentValues: ContentValues?,
|
||||
selection: String?, selectionArgs: Array<out String>?
|
||||
selection: String?, selectionArgs: Array<out String>?,
|
||||
): Int = unsupported
|
||||
|
||||
override fun openFile(uri: Uri, mode: String): ParcelFileDescriptor? {
|
||||
|
Reference in New Issue
Block a user