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

Commit 79a8207f authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

call LoadPreparationprocess after device detection

parent 230d28e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ public class DeviceDetectedController extends AbstractSubController{

                try{
                    phone.setFlashingProcess(DeviceHelper.loadFlashProcess(phone.getAdbDevice()));
                    phone.setPrepProcess(DeviceHelper.loadPreparationProcess(phone.getAdbDevice()));
                }catch(IOException | NullPointerException | NumberFormatException | ParseException e){
                    logger.debug("Can't load Flashing Process from Yaml : {}", e.getMessage());
                    displayIncompatibleDeviceFound(model);