Skip to content

Commit

Permalink
feat: Refresh AA screen once connection established
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed May 18, 2024
1 parent 502dafa commit d343b0c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ internal class NavTemplateCarScreen(
renderingThread.start()
fps.start()
invalidate()
//force refresh screen
sendBroadcastEvent(AA_HIGH_FREQ_PID_SELECTION_CHANGED_EVENT)
navigationManager().navigationStarted()
toast.show(carContext, R.string.main_activity_toast_connection_established)

Expand Down

0 comments on commit d343b0c

Please sign in to comment.