fix another crash and port new changes in supplemental to 1243, 1281 & 1282 #79
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,7 @@ diff -crBN from/smali/com/cutthecord/refreshView.smali to/smali/com/cutthecord/r
|
|||
--- to/smali/com/cutthecord/refreshView.smali Thu Aug 13 13:56:59 2020
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1,63 ----
|
||||
--- 1,65 ----
|
||||
+ .class final Lcom/cutthecord/refreshView;
|
||||
+ .super Ljava/lang/Object;
|
||||
+
|
||||
|
@ -81,6 +81,8 @@ diff -crBN from/smali/com/cutthecord/refreshView.smali to/smali/com/cutthecord/r
|
|||
+
|
||||
+ move-result-object v1
|
||||
+
|
||||
+ if-eqz v1, :cond_0
|
||||
+
|
||||
+ invoke-virtual {v1}, Landroidx/fragment/app/FragmentManager;->beginTransaction()Landroidx/fragment/app/FragmentTransaction;
|
||||
+
|
||||
+ move-result-object v1
|
||||
|
|
Reference in a new issue