Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7be38eb5 authored by tibbi's avatar tibbi
Browse files

fix some constants for sorting by artist and duration

parent 795d2b1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.17.23'
        propVersionName = '3.17.24'
        kotlin_version = '1.2.31'
        support_libs = '27.1.0'
    }
+2 −2
Original line number Diff line number Diff line
@@ -120,8 +120,8 @@ const val SORT_BY_MIDDLE_NAME = 256
const val SORT_BY_SURNAME = 512
const val SORT_DESCENDING = 1024
const val SORT_BY_TITLE = 2048
const val SORT_BY_ARTIST = 5096
const val SORT_BY_DURATION = 10192
const val SORT_BY_ARTIST = 4096
const val SORT_BY_DURATION = 8192

// security
const val PROTECTION_PATTERN = 0