Skip to content

Commit

Permalink
Formatting and use dummy scheduler instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Sep 7, 2023
1 parent 626b373 commit ab26e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jni-swig-stub/src/main/jni/realm_api_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1051,5 +1051,5 @@ realm_sync_thread_error(realm_userdata_t userdata, const char* error) {

realm_scheduler_t*
realm_create_generic_scheduler() {
return new realm_scheduler_t{realm::util::Scheduler::make_generic()};
return new realm_scheduler_t { realm::util::Scheduler::make_dummy() };
}

0 comments on commit ab26e0f

Please sign in to comment.