comment in fillMeeting with last meeting
This commit is contained in:
@@ -91,7 +91,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
|
||||
//watchMeetingNameBox();
|
||||
fillDropdownMeetingName();
|
||||
/*if (getLastMeeting() != -1) {
|
||||
if (getLastMeeting() != -1) {
|
||||
try {
|
||||
fillMeeting(getLastMeeting());
|
||||
scrollview.post(() -> scrollview.scrollTo(0, scrollview.getChildAt(0).getHeight()));
|
||||
@@ -104,7 +104,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
setLastMeeting(-1);
|
||||
saveMeetingList(new ArrayList<>());
|
||||
}
|
||||
}*/
|
||||
}
|
||||
watchSaveIcon();
|
||||
watchAttIcon();
|
||||
watchDeleteIcon();
|
||||
|
||||
Reference in New Issue
Block a user