File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sormas-app/app/src/main/java/de/symeda/sormas/app/pathogentest/edit Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2323import android .os .AsyncTask ;
2424import android .util .Log ;
2525import android .view .Menu ;
26-
2726import de .symeda .sormas .api .disease .DiseaseVariant ;
2827import de .symeda .sormas .api .i18n .I18nProperties ;
2928import de .symeda .sormas .api .i18n .Strings ;
@@ -155,7 +154,7 @@ protected void onPostExecute(AsyncTaskResult<TaskResultHolder> taskResult) {
155154 if (taskResult .getResultStatus ().isSuccess ()) {
156155 Sample sampleOfPathogenTestToSave = pathogenTestToSave .getSample ();
157156 if (sampleOfPathogenTestToSave != null
158- && Boolean .TRUE == pathogenTestToSave .getTestResultVerified ()
157+ && Boolean .TRUE . equals ( pathogenTestToSave .getTestResultVerified () )
159158 && pathogenTestToSave .getTestedDisease () == associatedCase .getDisease ()
160159 && pathogenTestToSave .getTestResult () != sampleOfPathogenTestToSave .getPathogenTestResult ()) {
161160 final ConfirmationDialog confirmationDialog = new ConfirmationDialog (
You can’t perform that action at this time.
0 commit comments