Added check that log manager mLm is not null before using it - FIXES #195 (well prevents it crashing the whole app anyway!)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="143"
|
||||
android:versionName="4.2.9">
|
||||
android:versionCode="144"
|
||||
android:versionName="4.2.10">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user