File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
android/src/main/java/com/incomingcall Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public void dismiss() {
6262
6363 // assert activity != null;
6464
65- UnlockScreenActivity .finish ();
65+ UnlockScreenActivity .fa . finish ();
6666
6767 return ;
6868 }
Original file line number Diff line number Diff line change 1313import android .media .MediaPlayer ;
1414import android .provider .Settings ;
1515import java .util .List ;
16+ import android .app .Activity ;
1617
1718import androidx .appcompat .app .AppCompatActivity ;
1819import android .app .ActivityManager ;
3031public class UnlockScreenActivity extends AppCompatActivity implements UnlockScreenActivityInterface {
3132
3233 private static final String TAG = "MessagingService" ;
34+ public static Activity fa ;
3335 private TextView tvName ;
3436 private TextView tvInfo ;
3537 private ImageView ivAvatar ;
@@ -61,6 +63,8 @@ protected void onCreate(Bundle savedInstanceState) {
6163 tvInfo = findViewById (R .id .tvInfo );
6264 ivAvatar = findViewById (R .id .ivAvatar );
6365
66+ fa = this ;
67+
6468 Bundle bundle = getIntent ().getExtras ();
6569 if (bundle != null ) {
6670 if (bundle .containsKey ("uuid" )) {
Original file line number Diff line number Diff line change @@ -5443,7 +5443,7 @@ react-native-bootsplash@^2.2.4:
54435443
54445444" react-native-incoming-call@git+https://github.com/bkdev98/react-native-incoming-call.git " :
54455445 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 "
54475447
5448544854495449 version "0.62.2"
You can’t perform that action at this time.
0 commit comments