fix another crash
This commit is contained in:
parent
5a51e939bf
commit
7881b87eef
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
|
--- to/smali/com/cutthecord/refreshView.smali Thu Aug 13 13:56:59 2020
|
||||||
***************
|
***************
|
||||||
*** 0 ****
|
*** 0 ****
|
||||||
--- 1,63 ----
|
--- 1,65 ----
|
||||||
+ .class final Lcom/cutthecord/refreshView;
|
+ .class final Lcom/cutthecord/refreshView;
|
||||||
+ .super Ljava/lang/Object;
|
+ .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
|
+ move-result-object v1
|
||||||
+
|
+
|
||||||
|
+ if-eqz v1, :cond_0
|
||||||
|
+
|
||||||
+ invoke-virtual {v1}, Landroidx/fragment/app/FragmentManager;->beginTransaction()Landroidx/fragment/app/FragmentTransaction;
|
+ invoke-virtual {v1}, Landroidx/fragment/app/FragmentManager;->beginTransaction()Landroidx/fragment/app/FragmentTransaction;
|
||||||
+
|
+
|
||||||
+ move-result-object v1
|
+ move-result-object v1
|
||||||
|
|
Reference in a new issue