do not show Whats New at third party intents
This commit is contained in:
parent
d2b219201a
commit
2ea1e2548d
|
@ -71,7 +71,9 @@ class MainActivity : SimpleActivity(), CanvasListener {
|
||||||
redo.setOnClickListener { my_canvas.redo() }
|
redo.setOnClickListener { my_canvas.redo() }
|
||||||
|
|
||||||
checkIntents()
|
checkIntents()
|
||||||
checkWhatsNewDialog()
|
if (!isImageCaptureIntent) {
|
||||||
|
checkWhatsNewDialog()
|
||||||
|
}
|
||||||
storeStateVariables()
|
storeStateVariables()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue