We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
long
int
1 parent 11ecbe7 commit 235ce6fCopy full SHA for 235ce6f
android/src/main/java/com/zxcpoiu/incallmanager/InCallManagerModule.java
@@ -680,7 +680,7 @@ private void releaseAudioFocus() {
680
}
681
682
@ReactMethod
683
- public void pokeScreen(long timeout) {
+ public void pokeScreen(int timeout) {
684
Log.d(TAG, "pokeScreen()");
685
wakeLockUtils.acquirePokeFullWakeLockReleaseAfter(timeout); // --- default 3000 ms
686
0 commit comments