update commons and kotlin

This commit is contained in:
tibbi
2017-06-14 22:41:14 +02:00
parent 5968fd0242
commit 0fadd3d6be
2 changed files with 3 additions and 3 deletions

View File

@ -298,7 +298,7 @@ class Preview : ViewGroup, SurfaceHolder.Callback, MediaScannerConnection.OnScan
if (config.isShowPreviewEnabled) {
mIsPreviewShown = true
if (!config.wasPhotoPreviewHintShown) {
context.toast(R.string.click_to_resume_preview)
mActivity.toast(R.string.click_to_resume_preview)
config.wasPhotoPreviewHintShown = true
}
} else {