Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83065fe0 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

task: prepare else statement for inserting multiple event

parent bc7f84fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -151,6 +151,8 @@ public class ImportActivity extends Activity {
        if (events.size() ==  1) {
            VEvent event = calendar.getAllEvents().getFirst();
            startInsertEventActivity(event);
        } else {
            //todo handle multi event  insertion
        }
    }