message status icons approximately work - still a problem on first send though

This commit is contained in:
geeksville 2020-05-31 11:23:25 -07:00
parent 7506d712ff
commit 0b66d813ef
4 changed files with 83 additions and 48 deletions

View file

@ -502,6 +502,7 @@ class MainActivity : AppCompatActivity(), Logging,
filter.addAction(MeshService.ACTION_MESH_CONNECTED)
filter.addAction(MeshService.ACTION_NODE_CHANGE)
filter.addAction(MeshService.ACTION_RECEIVED_DATA)
filter.addAction((MeshService.ACTION_MESSAGE_STATUS))
registerReceiver(meshServiceReceiver, filter)
receiverRegistered = true;
}