mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
do not show Whats New at third party intents
This commit is contained in:
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user