mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-17 12:10:47 +01:00
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() }
|
||||
|
||||
checkIntents()
|
||||
if (!isImageCaptureIntent) {
|
||||
checkWhatsNewDialog()
|
||||
}
|
||||
storeStateVariables()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user