Closed Saadnajmi closed 6 years ago
Basically make sure android still compiles.
Seems a lot of frameworks got updated.
Also , "timer.invalidate()" is now "if (timer != null) timer.invalidate()" to prevent crashes when the backend is not present.
I'm just gonna approve this
Basically make sure android still compiles.
Seems a lot of frameworks got updated.
Also , "timer.invalidate()" is now "if (timer != null) timer.invalidate()" to prevent crashes when the backend is not present.