Closes #530: Adds private keyboard support

nightly-build-test
Sawyer Blatz 5 years ago committed by Jeff Boek
parent 68756300c8
commit 9bf0354d02

@ -34,6 +34,7 @@ class ToolbarIntegration(
) : LifecycleAwareFeature {
init {
toolbar.setMenuBuilder(toolbarMenu.menuBuilder)
toolbar.private = isPrivate
val tabsIcon = context.getDrawable(R.drawable.ic_tabs)
tabsIcon?.setColorFilter(

Loading…
Cancel
Save