mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-02-14 10:30:46 +01:00
adding a null check
This commit is contained in:
parent
846f668d59
commit
6039c591ff
@ -545,7 +545,7 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
recents_fragment.refreshItems{
|
||||
recents_fragment?.refreshItems{
|
||||
if (main_menu.isSearchOpen) {
|
||||
getCurrentFragment()?.onSearchQueryChanged(main_menu.getCurrentQuery())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user