Skip to content

Commit ac957ad

Browse files
committed
allow editing with http
1 parent a63ab3a commit ac957ad

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/src/main/java/at/tomtasche/reader/background/CoreLoader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ private void translate(Options options, Result result) throws Exception {
152152

153153
@Override
154154
public File retranslate(Options options, String htmlDiff) {
155-
if (doHttp) {
156-
return null; // TODO
157-
}
158-
159155
if (lastCoreOptions == null) {
160156
// necessary if fragment was destroyed in the meanwhile - meaning the Loader is reinstantiated
161157

0 commit comments

Comments
 (0)