Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Lyokone committed Mar 4, 2026
commit c0ec0ff2369873efb6cd27a8ac6acf8259e6b198
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,6 @@ void FirebaseDatabasePlugin::DatabaseReferenceRunTransaction(
int64_t transaction_key = request.transaction_key();
bool apply_locally = request.apply_locally();

// Store a reference to this plugin and the transaction results map
auto* plugin = this;

struct TransactionContext {
flutter::BinaryMessenger* messenger;
int64_t transaction_key;
Expand Down
Loading