fix search results patches
This commit is contained in:
parent
5ccfb3cb9f
commit
a1a80ebc57
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public final class NavigationBar {
|
||||||
*/
|
*/
|
||||||
public static boolean isSearchBarActive() {
|
public static boolean isSearchBarActive() {
|
||||||
View searchbarResults = searchBarResultsRef.get();
|
View searchbarResults = searchBarResultsRef.get();
|
||||||
return searchbarResults != null && searchbarResults.getParent() != null;
|
return searchbarResults != null && searchbarResults.isShown();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isBackButtonVisible() {
|
public static boolean isBackButtonVisible() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue