|
|
@ -518,9 +518,11 @@ public class ReplyFragment extends DialogFragment { |
|
|
|
// threadFragment.reload(); // won't work: it takes 4chan a variable time to process the reply
|
|
|
|
// threadFragment.reload(); // won't work: it takes 4chan a variable time to process the reply
|
|
|
|
|
|
|
|
|
|
|
|
// Pin thread on successful post
|
|
|
|
// Pin thread on successful post
|
|
|
|
Pin pin = new Pin(); |
|
|
|
if (loadable.isThreadMode()) { |
|
|
|
pin.loadable = loadable; |
|
|
|
Pin pin = new Pin(); |
|
|
|
ChanApplication.getWatchManager().addPin(pin); |
|
|
|
pin.loadable = loadable; |
|
|
|
|
|
|
|
ChanApplication.getWatchManager().addPin(pin); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
closeReply(); |
|
|
|
closeReply(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|