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

Commit c5dc26d4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo when execute query on BiometricSettingsProvider" into main am: fc564f2b

parents c8c16398 fc564f2b
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? {