mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
couple minor code style and string updates
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user