do not show Whats New at third party intents

This commit is contained in:
tibbi 2018-02-12 16:13:00 +01:00
parent d2b219201a
commit 2ea1e2548d
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ class MainActivity : SimpleActivity(), CanvasListener {
redo.setOnClickListener { my_canvas.redo() }
checkIntents()
checkWhatsNewDialog()
if (!isImageCaptureIntent) {
checkWhatsNewDialog()
}
storeStateVariables()
}