Skip to content

Commit

Permalink
qml: fix AndroidNotifier construction
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny9 authored and D33r-Gee committed Mar 21, 2024
1 parent fb17031 commit 4246ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/bitcoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ bool BitcoinQmlApplication::createNode(QQmlApplicationEngine& engine, int& argc,

m_network_traffic_tower = new NetworkTrafficTower{*m_node_model};
#ifdef __ANDROID__
AndroidNotifier android_notifier{m_node_model};
AndroidNotifier android_notifier{*m_node_model};
#endif

m_chain_model = new ChainModel{*m_chain};
Expand Down

0 comments on commit 4246ace

Please sign in to comment.