From 32e17591ca41ba7b79514f0cb2e2ef6eb3e5a384 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期六, 10 十月 2020 16:45:11 +0800
Subject: [PATCH] 20201010
---
app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuChangeActivity.kt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuChangeActivity.kt b/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuChangeActivity.kt
index 5375367..0cfc11d 100644
--- a/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuChangeActivity.kt
+++ b/app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuChangeActivity.kt
@@ -46,7 +46,7 @@
@Subscribe(threadMode = ThreadMode.BACKGROUND)
fun onUpdateChange(problemEvent: ProblemEvent) {
- if (problemEvent.type == InspectionFragment.PROBLEM_CHANGE) {
+ if (problemEvent.type == InspectionDetailActivity.PROBLEM_CHANGE) {
inspection?.apply {
changednum = changednum?.plus(1) ?: 1
--
Gitblit v1.9.3