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

Commit dfca63f3 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 4cbb2c41: Merge "Fix reference to moved class." into jb-dev

* commit '4cbb2c41':
  Fix reference to moved class.
parents e6499097 4cbb2c41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ void throw_sqlite3_exception(JNIEnv* env, int errcode,
            exceptionClass = "android/database/sqlite/SQLiteDatatypeMismatchException";
            break;
        case SQLITE_INTERRUPT:
            exceptionClass = "android/content/OperationCanceledException";
            exceptionClass = "android/os/OperationCanceledException";
            break;
        default:
            exceptionClass = "android/database/sqlite/SQLiteException";