Skip to content

Commit

Permalink
Merge pull request #79 from FareesHussain/patch-1
Browse files Browse the repository at this point in the history
Update JDK check toast message
  • Loading branch information
theapache64 authored Nov 8, 2021
2 parents 242ae17 + 484f67f commit c609d0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class SplashViewModel @Inject constructor(
if (isJdkExists) {
onExist()
} else {
_syncFailedMsg.value = "Ohh no! It looks like you don't have JDK installed 😥"
_syncFailedMsg.value = "Ohh no! JAVA_HOME env variable not found 😥"
}
}

Expand Down Expand Up @@ -189,4 +189,4 @@ class SplashViewModel @Inject constructor(
syncData()
}

}
}

0 comments on commit c609d0b

Please sign in to comment.