[fenix] For https://github.com/mozilla-mobile/fenix/issues/2940: Hides send tab header on FxA error

pull/600/head
Sawyer Blatz 5 years ago committed by Jonathan Almeida
parent c1ba331cc1
commit 0aa1355dbe

@ -47,6 +47,7 @@ class ShareUIView(
account_devices_recyclerview.adapter = AccountDevicesShareAdapter(view.context, actionEmitter)
} else {
send_tab_group.visibility = View.GONE
account_header.visibility = View.GONE
}
close_button.setOnClickListener { actionEmitter.onNext(ShareAction.Close) }

Loading…
Cancel
Save