Skip to content

Commit

Permalink
Update HomeActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaitsev committed Aug 29, 2022
1 parent 929f7a6 commit 8e6a376
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/java/org/mozilla/fenix/HomeActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,7 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity {
}

private fun methodForStartupRegression() {
repeat(3) {
doSomethingSlow()
}
doSomethingSlow()
}

private fun doSomethingSlow() {
Expand Down

0 comments on commit 8e6a376

Please sign in to comment.