Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The toolbar title can not be unset.
calling setToolbarTitle() with null or "" won't work since it is checked for emptiness
What is the wanted behavior?
The toolbar title can be unset.
calling setToolbarTitle() with null or "" won't display a title.
Happy to provide a PR for this one.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The toolbar title can not be unset.
calling setToolbarTitle() with
nullor""won't work since it is checked for emptinessWhat is the wanted behavior?
The toolbar title can be unset.
calling setToolbarTitle() with
nullor""won't display a title.Happy to provide a PR for this one.