mirror of
https://github.com/Corewala/Buran
synced 2025-01-02 21:24:19 +00:00
Fixed link buttons being enabled on first install despite being disabled in settings
This commit is contained in:
parent
c2cedab881
commit
0d30671b4b
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ class GemActivity : AppCompatActivity() {
|
|||
|
||||
val showLinkButtons = prefs.getBoolean(
|
||||
"show_link_buttons",
|
||||
true
|
||||
false
|
||||
)
|
||||
adapter.linkButtons(showLinkButtons)
|
||||
|
||||
|
|
Loading…
Reference in a new issue