Fixes #661: Unflags OPEN_TO_BROWSER after use

nightly-build-test
Sawyer Blatz 5 years ago committed by Colin Lee
parent 7baafe2c37
commit dddbb374e9

@ -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