2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Fixes #661: Unflags OPEN_TO_BROWSER after use

This commit is contained in:
Sawyer Blatz 2019-02-25 10:15:46 -08:00 committed by Colin Lee
parent 7baafe2c37
commit dddbb374e9

View File

@ -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()
}