mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Fixed resurfaced app menu multiplying bug.
This commit is contained in:
parent
eb5464ce3c
commit
eb251c1ae5
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ import com.google.android.material.textfield.TextInputEditText
|
|||
class UIUtils {
|
||||
|
||||
fun setBackground(window: Window, preferences: SharedPreferences) {
|
||||
window.setBackgroundDrawable(ColorDrawable(Color.parseColor("#00000000")))
|
||||
window.decorView.background = ColorDrawable(Color.parseColor("#00000000"))
|
||||
|
||||
window.decorView.setBackgroundColor(
|
||||
Color.parseColor(preferences.getString("bgColor", "#00000000"))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue