comment in fillMeeting with last meeting

This commit is contained in:
2021-05-15 17:38:16 +02:00
parent 1c68db62b1
commit c240223e98
@@ -91,7 +91,7 @@ public class MainActivity extends AppCompatActivity {
//watchMeetingNameBox(); //watchMeetingNameBox();
fillDropdownMeetingName(); fillDropdownMeetingName();
/*if (getLastMeeting() != -1) { if (getLastMeeting() != -1) {
try { try {
fillMeeting(getLastMeeting()); fillMeeting(getLastMeeting());
scrollview.post(() -> scrollview.scrollTo(0, scrollview.getChildAt(0).getHeight())); scrollview.post(() -> scrollview.scrollTo(0, scrollview.getChildAt(0).getHeight()));
@@ -104,7 +104,7 @@ public class MainActivity extends AppCompatActivity {
setLastMeeting(-1); setLastMeeting(-1);
saveMeetingList(new ArrayList<>()); saveMeetingList(new ArrayList<>());
} }
}*/ }
watchSaveIcon(); watchSaveIcon();
watchAttIcon(); watchAttIcon();
watchDeleteIcon(); watchDeleteIcon();