weizhengliang пре 5 година
родитељ
комит
bc07a3178e

+ 1 - 1
app/build.gradle

@@ -23,7 +23,7 @@ android {
         minSdkVersion 15
         targetSdkVersion 26
         versionCode 1
-        versionName "1.0"
+        versionName "1.1"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
 

+ 1 - 1
app/src/main/java/com/wdkl/callingmainnursemanager/ui/fragment/CallingHostFragment.java

@@ -574,7 +574,7 @@ public class CallingHostFragment extends BaseFragment implements DoctorHostAdapt
 
                                         if (nurseHostList.size() > 0 && nurseHostList.get(0) != null) {
                                             NurseHostListInfo hostInfo = nurseHostList.get(0);
-                                            final String hostId = hostInfo.getDeviceHostingID();
+                                            String hostId = hostInfo.getDeviceHostingID();
                                             EventBus.getDefault().post(new MessageEvent(hostId, Constants.EVENT_CALL));
                                         }
                                     } else {