forked from distok/cutthecord
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;
|
||||
-
|
||||
- :goto_0
|
||||
- return-void
|
||||
- .end method
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onActivityResumed(Landroid/app/Activity;)V
|
||||
! .locals 2
|
||||
|
@ -139,12 +139,14 @@ diff -crB from/smali/com/discord/utilities/analytics/AdjustConfig$AdjustLifecycl
|
|||
return-void
|
||||
.end method
|
||||
|
||||
--- 42,53 ----
|
||||
--- 42,55 ----
|
||||
.end method
|
||||
|
||||
.method public onActivityPaused(Landroid/app/Activity;)V
|
||||
! .locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onActivityResumed(Landroid/app/Activity;)V
|
||||
! .locals 0
|
||||
|
|
Loading…
Reference in a new issue