forked from MapComplete/MapComplete
Android: Small fixes to landing page and passthrough
This commit is contained in:
parent
baa7379fbf
commit
77f4bc84aa
12 changed files with 55 additions and 31 deletions
|
@ -153,6 +153,10 @@ export default class ThemeViewStateHashActor {
|
|||
state.previewedImage.setData(undefined)
|
||||
return true
|
||||
}
|
||||
if(state.searchState.showSearchDrawer.data){
|
||||
state.searchState.showSearchDrawer.set(false)
|
||||
return true
|
||||
}
|
||||
if (state.guistate.closeAll()) {
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue