1
0
Fork 0

Fixes #661: Unflags OPEN_TO_BROWSER after use

master
Sawyer Blatz 2019-02-25 10:15:46 -08:00 committed by Colin Lee
parent 7baafe2c37
commit dddbb374e9
1 changed files with 1 additions and 0 deletions

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