Close keyboard when closing reply

filtering
Floens 10 years ago
parent b519891401
commit 8c8f2ce04a
  1. 2
      Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadListLayout.java

@ -106,6 +106,8 @@ public class ThreadListLayout extends LinearLayout implements ReplyLayout.ReplyL
AnimationUtils.animateHeight(reply, replyOpen, getWidth(), 500, reply); AnimationUtils.animateHeight(reply, replyOpen, getWidth(), 500, reply);
if (open) { if (open) {
reply.focusComment(); reply.focusComment();
} else {
AndroidUtils.hideKeyboard(reply);
} }
} }
} }

Loading…
Cancel
Save