[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/661: Unflags OPEN_TO_BROWSER after use

pull/600/head
Sawyer Blatz 5 years ago committed by Colin Lee
parent b28228c071
commit 7a7e4f8e31

@ -42,6 +42,7 @@ open class HomeActivity : AppCompatActivity() {
setContentView(R.layout.activity_home)
if (intent?.extras?.getBoolean(OPEN_TO_BROWSER) == true) {
intent?.putExtra(OPEN_TO_BROWSER, false)
openToBrowser()
}

Loading…
Cancel
Save