Disabled repeat updating of data log manager screen so you can scroll right down the list of events without it jumping back to the start when it refreshes.

This commit is contained in:
Graham Jones
2022-08-06 19:22:46 +01:00
parent 7aba4835e0
commit 0ea3cd91f3
4 changed files with 6 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="102"
android:versionName="4.0.6">
android:versionCode="103"
android:versionName="4.0.7">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />