nocamerabutton/noemojibutton: fix
This commit is contained in:
		
							parent
							
								
									e5d1d15529
								
							
						
					
					
						commit
						2b7fd2db8b
					
				
					 2 changed files with 33 additions and 23 deletions
				
			
		| 
						 | 
					@ -1,6 +1,8 @@
 | 
				
			||||||
diff -crB from/res/layout/flex_input_widget.xml to/res/layout/flex_input_widget.xml
 | 
					Only in com.discord-1144: build
 | 
				
			||||||
*** from/res/layout/flex_input_widget.xml	2020-04-17 13:03:23.985050793 +0100
 | 
					Only in com.discord-1144: dist
 | 
				
			||||||
--- to/res/layout/flex_input_widget.xml	2020-04-17 13:06:38.725266211 +0100
 | 
					diff -crB com.discord-1144-base/res/layout/flex_input_widget.xml com.discord-1144/res/layout/flex_input_widget.xml
 | 
				
			||||||
 | 
					*** com.discord-1144-base/res/layout/flex_input_widget.xml	2020-05-17 16:38:23.695244181 +0300
 | 
				
			||||||
 | 
					--- com.discord-1144/res/layout/flex_input_widget.xml	2020-05-17 17:01:51.533974516 +0300
 | 
				
			||||||
***************
 | 
					***************
 | 
				
			||||||
*** 8,14 ****
 | 
					*** 8,14 ****
 | 
				
			||||||
      <RelativeLayout android:animateLayoutChanges="true" style="@style/UiKit.ViewGroup">
 | 
					      <RelativeLayout android:animateLayoutChanges="true" style="@style/UiKit.ViewGroup">
 | 
				
			||||||
| 
						 | 
					@ -30,3 +32,24 @@ diff -crB from/res/layout/flex_input_widget.xml to/res/layout/flex_input_widget.
 | 
				
			||||||
      </RelativeLayout>
 | 
					      </RelativeLayout>
 | 
				
			||||||
      <FrameLayout android:orientation="vertical" android:id="@id/flex_input_emoji_container" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/default_keyboard_height" />
 | 
					      <FrameLayout android:orientation="vertical" android:id="@id/flex_input_emoji_container" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/default_keyboard_height" />
 | 
				
			||||||
! </LinearLayout>
 | 
					! </LinearLayout>
 | 
				
			||||||
 | 
					diff -crB com.discord-1144-base/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali com.discord-1144/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali
 | 
				
			||||||
 | 
					*** com.discord-1144-base/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali	2020-05-17 16:38:28.831942620 +0300
 | 
				
			||||||
 | 
					--- com.discord-1144/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali	2020-05-17 18:34:07.081308249 +0300
 | 
				
			||||||
 | 
					***************
 | 
				
			||||||
 | 
					*** 810,816 ****
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					      if-eqz v4, :cond_5
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					!     const/4 v10, 0x0
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					      goto :goto_2
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					--- 810,816 ----
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					      if-eqz v4, :cond_5
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					!     const/16 v10, 0x8
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					      goto :goto_2
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,8 @@
 | 
				
			||||||
diff -crB from/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali to/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali
 | 
					Only in com.discord-1144: build
 | 
				
			||||||
*** from/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali	2020-05-08 14:20:54.623603611 +0100
 | 
					Only in com.discord-1144: dist
 | 
				
			||||||
--- to/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali	2020-05-08 14:21:04.153505306 +0100
 | 
					diff -crB com.discord-1144-base/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali com.discord-1144/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali
 | 
				
			||||||
 | 
					*** com.discord-1144-base/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali	2020-05-17 16:38:28.831942620 +0300
 | 
				
			||||||
 | 
					--- com.discord-1144/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.smali	2020-05-17 16:58:44.766148240 +0300
 | 
				
			||||||
***************
 | 
					***************
 | 
				
			||||||
*** 365,371 ****
 | 
					*** 365,371 ****
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
| 
						 | 
					@ -18,20 +20,5 @@ diff -crB from/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment.
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
      invoke-virtual {p1, v0}, Landroid/widget/ImageView;->setVisibility(I)V
 | 
					      invoke-virtual {p1, v0}, Landroid/widget/ImageView;->setVisibility(I)V
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
***************
 | 
					Only in com.discord-1144/smali_classes2/com/lytefast/flexinput/fragment: FlexInputFragment.smali.orig
 | 
				
			||||||
*** 1554,1560 ****
 | 
					 | 
				
			||||||
      .line 2
 | 
					 | 
				
			||||||
      iget-object v0, p0, Lcom/lytefast/flexinput/fragment/FlexInputFragment;->v:[Lf/b/a/b/a$b;
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
!     const/4 v1, 0x0
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
      const-string v2, "pageSuppliers"
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
--- 1554,1560 ----
 | 
					 | 
				
			||||||
      .line 2
 | 
					 | 
				
			||||||
      iget-object v0, p0, Lcom/lytefast/flexinput/fragment/FlexInputFragment;->v:[Lf/b/a/b/a$b;
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
!     const/16 v1, 0x8
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
      const-string v2, "pageSuppliers"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue