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

Commit fe687a5d authored by jruesga's avatar jruesga
Browse files

Revert refresh of new fso

parent 26c844f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ public final class ActionsPolicy {
                } catch (Throwable ex2) {
                    /**NON BLOCK**/
                }
                onRequestRefreshListener.onRequestRefresh(null);
                onRequestRefreshListener.onRequestRefresh(fso);
            }

        } catch (Throwable ex) {
@@ -520,7 +520,7 @@ public final class ActionsPolicy {
                            } catch (Throwable ex2) {
                                /**NON BLOCK**/
                            }
                            onRequestRefreshListener.onRequestRefresh(null);
                            onRequestRefreshListener.onRequestRefresh(fso);
                        }
                        return Boolean.TRUE;
                    }