updating commons

This commit is contained in:
tibbi 2023-01-04 16:04:50 +01:00
parent 266936fbe0
commit b9564e7162
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:afaa7603d1'
implementation 'com.github.SimpleMobileTools:Simple-Commons:ae8c57858f'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'com.github.tibbi:android-smsmms:33fcaf94d9'

View File

@ -139,6 +139,7 @@ class MainActivity : SimpleActivity() {
private fun setupOptionsMenu() {
main_menu.getToolbar().inflateMenu(R.menu.menu_main)
main_menu.toggleHideOnScroll(true)
main_menu.setupMenu()
main_menu.onSearchOpenListener = {
search_holder.fadeIn()