forked from mirror/monocles_chat_clean
fix crash on some command views
This commit is contained in:
parent
65e1b99019
commit
b57c6db6fd
3 changed files with 19 additions and 35 deletions
|
@ -20,26 +20,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16404,
|
||||
"versionCode": 16403,
|
||||
"versionName": "1.7.9.3",
|
||||
"outputFile": "monocles chat-1.7.9.3-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16401,
|
||||
"versionName": "1.7.9.3",
|
||||
"outputFile": "monocles chat-1.7.9.3-git-armeabi-v7a-release.apk"
|
||||
"outputFile": "monocles chat-1.7.9.3-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -59,13 +46,26 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
"value": "armeabi-v7a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16403,
|
||||
"versionCode": 16401,
|
||||
"versionName": "1.7.9.3",
|
||||
"outputFile": "monocles chat-1.7.9.3-git-x86_64-release.apk"
|
||||
"outputFile": "monocles chat-1.7.9.3-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16404,
|
||||
"versionName": "1.7.9.3",
|
||||
"outputFile": "monocles chat-1.7.9.3-git-arm64-v8a-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
|
@ -27,13 +27,5 @@
|
|||
android:verticalSpacing="0dp"
|
||||
android:numColumns="2" />
|
||||
|
||||
<androidx.emoji2.emojipicker.EmojiPickerView
|
||||
android:id="@+id/emoji_picker"
|
||||
android:layout_below="@+id/actions"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="270dp"
|
||||
app:emojiGridColumns="9"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:visibility="gone"/>
|
||||
</RelativeLayout>
|
||||
</layout>
|
|
@ -24,13 +24,5 @@
|
|||
android:verticalSpacing="0dp"
|
||||
android:numColumns="2" />
|
||||
|
||||
<androidx.emoji2.emojipicker.EmojiPickerView
|
||||
android:id="@+id/emoji_picker"
|
||||
android:layout_below="@+id/actions"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="270dp"
|
||||
app:emojiGridColumns="9"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:visibility="gone"/>
|
||||
</RelativeLayout>
|
||||
</layout>
|
||||
|
|
Loading…
Add table
Reference in a new issue