Skip to content

Commit 637baad

Browse files
committed
Fix scan page crash
1 parent 22b6221 commit 637baad

File tree

92 files changed

+91
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+91
-91
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ android {
4242
else -> 0
4343
}
4444

45-
val vCode = 325
45+
val vCode = 328
4646
versionCode = vCode - singleAbiNum
47-
versionName = "1.3.4"
47+
versionName = "1.3.5"
4848

4949
ndk {
5050
//noinspection ChromeOsAbiSupport

app/src/main/java/com/ismartcoding/plain/ui/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class MainActivity : AppCompatActivity() {
252252
}
253253

254254
private suspend fun doWhenReadyAsync() {
255-
PackageHelper.cacheAppLabels()
255+
// PackageHelper.cacheAppLabels()
256256
PNotificationListenerService.toggle(this@MainActivity, Permission.NOTIFICATION_LISTENER.isEnabledAsync(this@MainActivity))
257257
}
258258

app/src/main/resources/web/assets/AIChatView-C-vXmpXx.js renamed to app/src/main/resources/web/assets/AIChatView-BklUdsm5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/AIChatsSidebar-DXIsOw1o.js renamed to app/src/main/resources/web/assets/AIChatsSidebar-DGY1IrlG.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)