Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc564f2b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix typo when execute query on BiometricSettingsProvider" into main

parents 7d6225d0 7a5269b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class BiometricSettingsProvider : ContentProvider() {
  }

  override fun delete(uri: Uri, selection: String?, selectionArgs: Array<out String>?): Int {
    throw UnsupportedOperationException("query operation not supported currently.")
    throw UnsupportedOperationException("delete operation not supported currently.")
  }

  override fun getType(uri: Uri): String? {