mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 23:40:06 +02:00
Removes some forgotten debugln
git-svn-id: trunk@35294 -
This commit is contained in:
parent
577822049d
commit
83e909a612
@ -194,12 +194,10 @@ begin
|
||||
|
||||
// Get the vibrator object
|
||||
// Vibrator v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
|
||||
DebugLn('3');
|
||||
lParams[0].l := javaString_VIBRATOR_SERVICE;
|
||||
lVibratorObject := javaEnvRef^^.CallObjectMethodA(javaEnvRef, javaActivityObject, javaMethod_getSystemService, @lParams[0]);
|
||||
|
||||
// Now call the method from the vibrator object
|
||||
DebugLn('4');
|
||||
lParams[0].j := ADurationMS;
|
||||
javaEnvRef^^.CallVoidMethodA(javaEnvRef, lVibratorObject, javaMethod_Vibrate, @lParams[0]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user