mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-10 00:27:45 +00:00
close background image dialog when deleting image
This commit is contained in:
parent
106a74d749
commit
54c2c364a0
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ fun BackgroundImagePref(setting: Setting, isLandscape: Boolean) {
|
||||||
getFile().delete()
|
getFile().delete()
|
||||||
Settings.clearCachedBackgroundImages()
|
Settings.clearCachedBackgroundImages()
|
||||||
KeyboardSwitcher.getInstance().setThemeNeedsReload()
|
KeyboardSwitcher.getInstance().setThemeNeedsReload()
|
||||||
|
showSelectionDialog = false
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue