[fenix] for https://github.com/mozilla-mobile/fenix/issues/7032 fixed issue where pressing back button exited the application

pull/600/head
sraturi 4 years ago committed by Emily Kager
parent be126c5ca1
commit 4a41442df6

@ -136,7 +136,7 @@ class SearchFragment : Fragment(), UserInteractionHandler {
view.hideKeyboard()
}
}
false
true
}
toolbarView = ToolbarView(
view.toolbar_component_wrapper,
@ -346,7 +346,7 @@ class SearchFragment : Fragment(), UserInteractionHandler {
view?.search_scan_button?.isChecked = false
toolbarView.view.requestFocus()
}
else -> awesomeBarView.isKeyboardDismissedProgrammatically
else -> true
}
}

Loading…
Cancel
Save