reader: sync/async work
[fanfix.git] / src / be / nikiroo / fanfix / reader / tui / TuiReader.java
index 7192854ea6fed7f07978427a9c6534fbeb07e74a..f94f7838c2552e41d7061cd59e3c5bb3328ca7a9 100644 (file)
@@ -50,7 +50,7 @@ class TuiReader extends BasicReader {
        }
 
        @Override
-       public void read() throws IOException {
+       public void read(boolean sync) throws IOException {
                try {
                        TuiReaderApplication app = new TuiReaderApplication(this,
                                        guessBackendType());