Merge branch 'feature/recycle-bin' of github.com:esensar/Simple-Voice-Recorder

This commit is contained in:
tibbi 2023-07-27 16:02:58 +02:00
commit fe2c7dfc44

View File

@ -178,7 +178,7 @@ class MainActivity : SimpleActivity() {
main_tabs_holder.onTabSelectionChanged(
tabUnselectedAction = {
updateBottomTabItemColors(it.customView, false)
if (it.position == 1) {
if (it.position == 1 || it.position == 2) {
main_menu.closeSearch()
}
},