mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-06 06:26:15 +00:00
Removing the debuging line with the sleep timer (forgot that).
This commit is contained in:
@@ -440,8 +440,6 @@ namespace Opus
|
||||
|
||||
void Sleep(int time)
|
||||
{
|
||||
time = 1; //This is for test
|
||||
|
||||
Intent intent = new Intent(MainActivity.instance, typeof(Sleeper));
|
||||
intent.PutExtra("time", time);
|
||||
MainActivity.instance.StartService(intent);
|
||||
|
||||
Reference in New Issue
Block a user