mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 21:54:54 +03:00
Registered activity as a listener for shared preferences
This commit is contained in:
parent
03bb19a559
commit
582b8d3975
@ -32,6 +32,7 @@ implements View.OnClickListener, SharedPreferences.OnSharedPreferenceChangeListe
|
||||
Button saveButton = findViewById(R.id.saveButton);
|
||||
addButton.setOnClickListener(this);
|
||||
saveButton.setOnClickListener(this);
|
||||
layouts.registerOnSharedPreferenceChangeListener(this);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user