File tree 2 files changed +2
-2
lines changed
android/src/main/java/com/incomingcall 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class UnlockScreenActivity extends AppCompatActivity implements UnlockScr
39
39
private Vibrator v = (Vibrator ) IncomingCallModule .reactContext .getSystemService (Context .VIBRATOR_SERVICE );
40
40
private long [] pattern = {0 , 1000 , 800 };
41
41
private MediaPlayer player = MediaPlayer .create (IncomingCallModule .reactContext , Settings .System .DEFAULT_RINGTONE_URI );
42
- private Activity fa ;
42
+ private static Activity fa ;
43
43
44
44
@ Override
45
45
public void onStart () {
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.1"
5446
- resolved "git+https://github.com/bkdev98/react-native-incoming-call.git#c825647ea6e10fd9e464c380fdda27e2496c8e7c "
5446
+ resolved "git+https://github.com/bkdev98/react-native-incoming-call.git#84a014adb3b4354caa43ab493ba5baf5732ff03a "
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