|
|
|
@ -22,6 +22,8 @@ import android.text.TextUtils; |
|
|
|
|
import org.floens.chan.Chan; |
|
|
|
|
import org.floens.chan.R; |
|
|
|
|
import org.floens.chan.chan.ChanUrls; |
|
|
|
|
import org.floens.chan.core.http.ReplyHttpCall; |
|
|
|
|
import org.floens.chan.core.http.ReplyManager; |
|
|
|
|
import org.floens.chan.core.manager.BoardManager; |
|
|
|
|
import org.floens.chan.core.manager.WatchManager; |
|
|
|
|
import org.floens.chan.core.model.Board; |
|
|
|
@ -29,8 +31,6 @@ import org.floens.chan.core.model.Loadable; |
|
|
|
|
import org.floens.chan.core.model.Post; |
|
|
|
|
import org.floens.chan.core.model.Reply; |
|
|
|
|
import org.floens.chan.core.model.SavedReply; |
|
|
|
|
import org.floens.chan.core.http.ReplyHttpCall; |
|
|
|
|
import org.floens.chan.core.http.ReplyManager; |
|
|
|
|
import org.floens.chan.core.settings.ChanSettings; |
|
|
|
|
import org.floens.chan.database.DatabaseManager; |
|
|
|
|
import org.floens.chan.ui.layout.CaptchaLayout; |
|
|
|
@ -202,7 +202,9 @@ public class ReplyPresenter implements ReplyManager.FileListener, ReplyManager.H |
|
|
|
|
switchPage(Page.INPUT, false); |
|
|
|
|
closeAll(); |
|
|
|
|
highlightQuotes(); |
|
|
|
|
String name = draft.name; |
|
|
|
|
draft = new Reply(); |
|
|
|
|
draft.name = name; |
|
|
|
|
replyManager.putReply(loadable, draft); |
|
|
|
|
callback.loadDraftIntoViews(draft); |
|
|
|
|
callback.onPosted(); |
|
|
|
|