-
Notifications
You must be signed in to change notification settings - Fork 5
Description
When we are trying to click on the submit button in the add_question.dart file the submit button is not responding and it is showing warnings like W/IInputConnectionWrapper(16683): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(16683): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(16683): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper(16683): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(16683): endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(16683): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(16683): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(16683): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper(16683): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(16683): endBatchEdit on inactive InputConnection