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:
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…
Reference in New Issue
Block a user