comment in fillMeeting with last meeting
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user