added todo

This commit is contained in:
r0r-5chach 2023-03-26 19:38:24 +01:00
parent 708c485cd0
commit 729293cb80
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class MainActivity extends AppCompatActivity {
@Override
public void onBackPressed() {
finish();
}
} //TODO: Add change background button to layout and add logic to listner
private void initButtons() {
findViewById(R.id.notes_button).setOnClickListener(new BtnOnClickListener());