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:
Graham Jones
2024-06-14 14:36:22 +01:00
parent 7871de926c
commit 1816c10234
3 changed files with 21 additions and 15 deletions

View File

@@ -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"/>