|
|
|
@ -13,7 +13,7 @@ |
|
|
|
|
* You should have received a copy of the GNU General Public License along with Tusky; if not, |
|
|
|
|
* see <http://www.gnu.org/licenses>. */
|
|
|
|
|
|
|
|
|
|
package com.keylesspalace.tusky.util; |
|
|
|
|
package com.keylesspalace.tusky.view; |
|
|
|
|
|
|
|
|
|
import android.content.Context; |
|
|
|
|
import android.support.v13.view.inputmethod.EditorInfoCompat; |
|
|
|
@ -23,6 +23,8 @@ import android.util.AttributeSet; |
|
|
|
|
import android.view.inputmethod.EditorInfo; |
|
|
|
|
import android.view.inputmethod.InputConnection; |
|
|
|
|
|
|
|
|
|
import com.keylesspalace.tusky.util.Assert; |
|
|
|
|
|
|
|
|
|
public class EditTextTyped extends AppCompatEditText { |
|
|
|
|
InputConnectionCompat.OnCommitContentListener onCommitContentListener; |
|
|
|
|
String[] mimeTypes; |