couple minor code style and string updates

This commit is contained in:
tibbi
2017-09-20 23:34:13 +02:00
parent 36c0d351fe
commit 612a6918b7
18 changed files with 34 additions and 45 deletions

View File

@ -43,7 +43,9 @@ class FocusRectView(context: Context) : ViewGroup(context) {
toggleRect(true)
mHandler.removeCallbacksAndMessages(null)
mHandler.postDelayed({ toggleRect(false) }, RECT_DURATION.toLong())
mHandler.postDelayed({
toggleRect(false)
}, RECT_DURATION.toLong())
}
private fun toggleRect(show: Boolean) {