From c240223e98ad8fe723eaf07d65d99cfc9db2bd6c Mon Sep 17 00:00:00 2001 From: Joel Date: Sat, 15 May 2021 17:38:16 +0200 Subject: [PATCH] comment in fillMeeting with last meeting --- app/src/main/java/de/joel/zoomhelper/MainActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/de/joel/zoomhelper/MainActivity.java b/app/src/main/java/de/joel/zoomhelper/MainActivity.java index 17afd9b..04d33ba 100644 --- a/app/src/main/java/de/joel/zoomhelper/MainActivity.java +++ b/app/src/main/java/de/joel/zoomhelper/MainActivity.java @@ -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();