Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Apr 11, 2022
1 parent 95c5502 commit 473081f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/java/com/ethosa/ktc/ui/dialog/AppUpdater.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class AppUpdater(
val body = response.body?.string()
actualVersion = Gson().fromJson(body, ActualAppVersion::class.java)

// if (!actualVersion!!.isActual())
if (!actualVersion!!.isActual())
context.runOnUiThread { showDialog() }
}
})
Expand Down

0 comments on commit 473081f

Please sign in to comment.