mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 12:33:56 +00:00
v2
This commit is contained in:
@@ -199,6 +199,7 @@ class SettingsActivity : AppCompatActivity() {
|
||||
passedColor = color
|
||||
linearLayout.setBackgroundColor(color)
|
||||
})
|
||||
alertDialog.show()
|
||||
alertDialog.window?.setDimAmount(0.8f)
|
||||
}
|
||||
|
||||
@@ -536,7 +537,9 @@ class SettingsActivity : AppCompatActivity() {
|
||||
cursedCounter++
|
||||
(binding.settingsLogo.drawable as Animatable).start()
|
||||
if (cursedCounter % 7 == 0) {
|
||||
snackString("youwu have been cuwsed :pwayge:")
|
||||
Toast.makeText(this, "youwu have been cuwsed :pwayge:", Toast.LENGTH_LONG).show()
|
||||
val url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
openLinkInBrowser(url)
|
||||
getSharedPreferences("Dantotsu", Context.MODE_PRIVATE).edit().putBoolean(
|
||||
"use_cursed_lang",
|
||||
getSharedPreferences(
|
||||
|
||||
Reference in New Issue
Block a user