mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 16:01:16 +01:00
Remove unnecessary code
This commit is contained in:
parent
94fc76e179
commit
3a62ead474
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ public class MedicamentDetailActivity extends AppCompatActivity {
|
|||
fab.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Snackbar.make(view, "Will be use to save changes in a drug", Snackbar.LENGTH_LONG)
|
||||
.setAction("Action", null).show();
|
||||
Log.d(TAG, "Click on save icone");
|
||||
|
||||
getMedicamentChanges();
|
||||
|
|
Loading…
Reference in a new issue