Skip to content

Commit

Permalink
For mozilla-mobile#15503 - Change recently closed max to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ekager authored and gabrielluong committed Sep 29, 2020
1 parent b07af9c commit e49cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/components/Core.kt
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@ class Core(
private const val KEY_STRENGTH = 256
private const val KEY_STORAGE_NAME = "core_prefs"
private const val PASSWORDS_KEY = "passwords"
private const val RECENTLY_CLOSED_MAX = 5
private const val RECENTLY_CLOSED_MAX = 10
}
}

0 comments on commit e49cd9c

Please sign in to comment.