Update README.md
removing the extra semicolon because @blackneck was confused
This commit is contained in:
parent
ef620987ba
commit
f100ef12c4
@ -35,7 +35,7 @@ A cross-platform bridge that allows you to enable and disable the screen idle ti
|
||||
3. and finally, in `android/src/main/java/com/{YOUR_APP_NAME}/MainActivity.java` add:
|
||||
```java
|
||||
//...
|
||||
import com.marcshilling.idletimer.IdleTimerPackage;; // <--- This!
|
||||
import com.marcshilling.idletimer.IdleTimerPackage; // <--- This!
|
||||
|
||||
//...
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user