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

Commit a0d509cd authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: Fix relaunchables exceptions



Change-Id: I5bccabb0d58c48ef883e8c730bc3ba36b657b0c6
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 0fc3e3b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -293,7 +293,6 @@ public final class ExceptionUtil {
                                        Object result = CommandHelper.reexecute(
                                                context, executable, null);
                                        if (relaunchable.getTask() != null) {
                                            relaunchable.getTask().cancel(true);
                                            relaunchable.getTask().execute(result);
                                        }
                                    }