mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 14:31:30 +01:00
fix: don't launch settings twice
This commit is contained in:
parent
649420b507
commit
d46b27ea18
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ class ListActivity : AppCompatActivity(), UIObject {
|
|||
setContentView(R.layout.list)
|
||||
|
||||
list_settings.setOnClickListener {
|
||||
launch(LauncherAction.SETTINGS.id, this@ListActivity, R.anim.bottom_up)
|
||||
LauncherAction.SETTINGS.launch(this@ListActivity)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue