mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-07 23:58:59 +01:00
fix the panorama path check
This commit is contained in:
parent
448cf2d604
commit
c32b332804
@ -77,7 +77,7 @@ open class PanoramaActivity : SimpleActivity() {
|
||||
|
||||
private fun checkIntent() {
|
||||
val path = intent.getStringExtra(PATH)
|
||||
if (path != null) {
|
||||
if (path == null) {
|
||||
toast(R.string.invalid_image_path)
|
||||
finish()
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user