mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-03 13:01:49 +02:00
close search at changing tabbs
This commit is contained in:
parent
d3944a84ab
commit
c0946cf0b5
@ -61,6 +61,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:fd1fde1dbd'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:4aa0b9aaad'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||
}
|
||||
|
@ -327,6 +327,7 @@ class MainActivity : SimpleActivity() {
|
||||
updateBottomTabItemColors(it.customView, false)
|
||||
},
|
||||
tabSelectedAction = {
|
||||
closeSearch()
|
||||
view_pager.currentItem = it.position
|
||||
updateBottomTabItemColors(it.customView, true)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user