mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix enhance notification opening app in wrong flavor
This commit is contained in:
parent
828d3df28e
commit
2fabcf4db6
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class ImageProcessorService : Service() {
|
|||
val intent = Intent().apply {
|
||||
`package` = packageName
|
||||
component = ComponentName(
|
||||
"com.nkming.nc_photos", "com.nkming.nc_photos.MainActivity"
|
||||
packageName, "com.nkming.nc_photos.MainActivity"
|
||||
)
|
||||
action = K.ACTION_SHOW_IMAGE_PROCESSOR_RESULT
|
||||
putExtra(K.EXTRA_IMAGE_RESULT_URI, result)
|
||||
|
|
Loading…
Reference in a new issue