diff options
| author | jruesga <jorge@ruesga.com> | 2012-10-12 00:21:06 +0200 |
|---|---|---|
| committer | jruesga <jorge@ruesga.com> | 2012-10-12 00:21:06 +0200 |
| commit | fe687a5df00ab02a258d9804f99a31c774be2fe9 (patch) | |
| tree | 1e9f3309d2412599f9f1406f56cbad1b5f5e9334 /src | |
| parent | 26c844f54f4230a929cc00de3b7d04a37572cb56 (diff) | |
Revert refresh of new fso
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/cyanogenmod/explorer/ui/policy/ActionsPolicy.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/cyanogenmod/explorer/ui/policy/ActionsPolicy.java b/src/com/cyanogenmod/explorer/ui/policy/ActionsPolicy.java index 2e97819..0f3c513 100644 --- a/src/com/cyanogenmod/explorer/ui/policy/ActionsPolicy.java +++ b/src/com/cyanogenmod/explorer/ui/policy/ActionsPolicy.java @@ -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; } |
