MCPcopy Create free account
hub / github.com/DEROFDN/Engram / removeOverlays

Function removeOverlays

functions.go:999–1012  ·  view source on GitHub ↗

Remove all overlays

()

Source from the content-addressed store, hash-verified

997
998// Remove all overlays
999func removeOverlays() {
1000 overlays := session.Window.Canvas().Overlays()
1001 list := overlays.List()
1002
1003 for o := range list {
1004 overlays.Remove(list[o])
1005 }
1006
1007 if res.loading != nil {
1008 res.loading.Hide()
1009 res.loading.Stop()
1010 res.loading = nil
1011 }
1012}
1013
1014// Add an overlay with the loading animation
1015func showLoadingOverlay() {

Callers 15

HandleTELALinksFunction · 0.85
StartPulseFunction · 0.85
closeWalletFunction · 0.85
loginFunction · 0.85
viewTELARatingsOverlayFunction · 0.85
layoutMainFunction · 0.85
layoutDashboardFunction · 0.85
layoutSendFunction · 0.85
layoutServiceAddressFunction · 0.85
layoutNewAccountFunction · 0.85
layoutRestoreFunction · 0.85
layoutAssetExplorerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected