Commit 08bf2886 authored by shigemi miura's avatar shigemi miura

Sign Out時に航路データ削除

parent 853238a3
......@@ -218,6 +218,11 @@ struct MenuView: View {
SharingData.pushHistory.focusPushHistory = nil
SharingData.pushHistory.pushHistoryData = [:]
SharingData.map.wayPoints = []
SharingData.map.legLine = []
SharingData.map.portLine = []
SharingData.map.starboardLine = []
}
Button("No") {}
} message: { Text("Are you sure?") }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment