Commit 73f39392 authored by Martin Santangelo's avatar Martin Santangelo

(fix) copy/paste comments

parent c7dde3d0
No related merge requests found
......@@ -9,7 +9,7 @@ import {
FlatList,
Keyboard,
Platform,
TextInput,
// TextInput,
TouchableOpacity,
TouchableHighlight,
ActivityIndicator,
......@@ -38,6 +38,9 @@ import i18n from '../common/services/i18n.service';
import blockListService from '../common/services/block-list.service';
import autobind from "../common/helpers/autobind";
// workaround for android copy/paste issue
import TextInput from '../common/components/TextInput';
// types
type Props = {
header?: any,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment