mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 03:11:02 +00:00
chore: cleanup pt2
This commit is contained in:
@@ -95,7 +95,7 @@ class SettingsAboutActivity : AppCompatActivity() {
|
||||
Settings(
|
||||
type = 1,
|
||||
name = getString(R.string.devs),
|
||||
desc= getString(R.string.devs_desc),
|
||||
desc = getString(R.string.devs_desc),
|
||||
icon = R.drawable.ic_round_accessible_forward_24,
|
||||
onClick = {
|
||||
DevelopersDialogFragment().show(supportFragmentManager, "dialog")
|
||||
@@ -131,7 +131,8 @@ class SettingsAboutActivity : AppCompatActivity() {
|
||||
),
|
||||
)
|
||||
)
|
||||
binding.settingsRecyclerView.layoutManager = LinearLayoutManager(context, LinearLayoutManager.VERTICAL, false)
|
||||
binding.settingsRecyclerView.layoutManager =
|
||||
LinearLayoutManager(context, LinearLayoutManager.VERTICAL, false)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user