File tree 3 files changed +6
-2
lines changed
android/src/main/java/com/incomingcall 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public void dismiss() {
62
62
63
63
// assert activity != null;
64
64
65
- UnlockScreenActivity .finish ();
65
+ UnlockScreenActivity .fa . finish ();
66
66
67
67
return ;
68
68
}
Original file line number Diff line number Diff line change 13
13
import android .media .MediaPlayer ;
14
14
import android .provider .Settings ;
15
15
import java .util .List ;
16
+ import android .app .Activity ;
16
17
17
18
import androidx .appcompat .app .AppCompatActivity ;
18
19
import android .app .ActivityManager ;
30
31
public class UnlockScreenActivity extends AppCompatActivity implements UnlockScreenActivityInterface {
31
32
32
33
private static final String TAG = "MessagingService" ;
34
+ public static Activity fa ;
33
35
private TextView tvName ;
34
36
private TextView tvInfo ;
35
37
private ImageView ivAvatar ;
@@ -61,6 +63,8 @@ protected void onCreate(Bundle savedInstanceState) {
61
63
tvInfo = findViewById (R .id .tvInfo );
62
64
ivAvatar = findViewById (R .id .ivAvatar );
63
65
66
+ fa = this ;
67
+
64
68
Bundle bundle = getIntent ().getExtras ();
65
69
if (bundle != null ) {
66
70
if (bundle .containsKey ("uuid" )) {
Original file line number Diff line number Diff line change @@ -5443,7 +5443,7 @@ react-native-bootsplash@^2.2.4:
5443
5443
5444
5444
" react-native-incoming-call@git+https://github.com/bkdev98/react-native-incoming-call.git " :
5445
5445
version "2.0.0"
5446
- resolved "git+https://github.com/bkdev98/react-native-incoming-call.git#3c015d2506b5b0f4c5fe7151ababeb0b31512c5a "
5446
+ resolved "git+https://github.com/bkdev98/react-native-incoming-call.git#f7273b5ff2113c4f9697abcb71ab52719cf9e317 "
5447
5447
5448
5448
react-native@0.62.2 :
5449
5449
version "0.62.2"
You can’t perform that action at this time.
0 commit comments