Fix accidental removal of return-void, end method code
I'm dumb
This commit is contained in:
		
							parent
							
								
									9fa3cfd767
								
							
						
					
					
						commit
						46cad4a8b6
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -90,8 +90,8 @@ diff -crB from/smali/com/discord/utilities/analytics/AdjustConfig$AdjustLifecycl
 | 
				
			||||||
-     invoke-virtual {p1, v1}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->submit(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
 | 
					-     invoke-virtual {p1, v1}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->submit(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
 | 
				
			||||||
- 
 | 
					- 
 | 
				
			||||||
-     :goto_0
 | 
					-     :goto_0
 | 
				
			||||||
-     return-void
 | 
					      return-void
 | 
				
			||||||
- .end method
 | 
					  .end method
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  .method public onActivityResumed(Landroid/app/Activity;)V
 | 
					  .method public onActivityResumed(Landroid/app/Activity;)V
 | 
				
			||||||
!     .locals 2
 | 
					!     .locals 2
 | 
				
			||||||
| 
						 | 
					@ -139,12 +139,14 @@ diff -crB from/smali/com/discord/utilities/analytics/AdjustConfig$AdjustLifecycl
 | 
				
			||||||
      return-void
 | 
					      return-void
 | 
				
			||||||
  .end method
 | 
					  .end method
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
--- 42,53 ----
 | 
					--- 42,55 ----
 | 
				
			||||||
  .end method
 | 
					  .end method
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  .method public onActivityPaused(Landroid/app/Activity;)V
 | 
					  .method public onActivityPaused(Landroid/app/Activity;)V
 | 
				
			||||||
!     .locals 0
 | 
					!     .locals 0
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
 | 
					      return-void
 | 
				
			||||||
 | 
					  .end method
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  .method public onActivityResumed(Landroid/app/Activity;)V
 | 
					  .method public onActivityResumed(Landroid/app/Activity;)V
 | 
				
			||||||
!     .locals 0
 | 
					!     .locals 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue