mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fade out fab buttons and megaphone when entering action mode or search.
Closes #12112
This commit is contained in:
@@ -66,7 +66,9 @@ public class SearchToolbar extends LinearLayout {
|
||||
searchView.setOnQueryTextListener(new SearchView.OnQueryTextListener() {
|
||||
@Override
|
||||
public boolean onQueryTextSubmit(String query) {
|
||||
if (listener != null) listener.onSearchTextChange(query);
|
||||
if (listener != null) {
|
||||
listener.onSearchTextChange(query);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user