mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 15:41:02 +00:00
chore: clean
This commit is contained in:
@@ -142,8 +142,10 @@ class SettingsAboutActivity : AppCompatActivity() {
|
||||
icon = R.drawable.ic_incognito_24,
|
||||
onClick = {
|
||||
val text = TextView(context)
|
||||
val pPLink = "https://raw.githubusercontent.com/rebelonion/Dantotsu/main/privacy_policy.md"
|
||||
val backup = "https://gcore.jsdelivr.net/gh/rebelonion/dantotsu/privacy_policy.md"
|
||||
val pPLink =
|
||||
"https://raw.githubusercontent.com/rebelonion/Dantotsu/main/privacy_policy.md"
|
||||
val backup =
|
||||
"https://gcore.jsdelivr.net/gh/rebelonion/dantotsu/privacy_policy.md"
|
||||
text.text = getString(R.string.loading)
|
||||
val markWon = try {
|
||||
buildMarkwon(this@SettingsAboutActivity, false)
|
||||
@@ -177,7 +179,7 @@ class SettingsAboutActivity : AppCompatActivity() {
|
||||
}
|
||||
),
|
||||
|
||||
)
|
||||
)
|
||||
)
|
||||
binding.settingsRecyclerView.layoutManager =
|
||||
LinearLayoutManager(context, LinearLayoutManager.VERTICAL, false)
|
||||
|
||||
Reference in New Issue
Block a user