Skip to content

Commit 84bf56d

Browse files
committed
feat(unifiedpush): Fix missing nextcloud talk pkg name
Signed-off-by: sim <git@sgougeon.fr>
1 parent 545b881 commit 84bf56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/client/jobs/UnifiedPushWork.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import androidx.work.Worker
2121
import androidx.work.WorkerParameters
2222
import com.nextcloud.client.account.UserAccountManager
2323
import com.nextcloud.client.preferences.AppPreferences
24-
import com.nextcloud.utils.LinkHelper.APP_NEXTCLOUD_TALK
2524
import com.owncloud.android.R
2625
import com.owncloud.android.lib.common.OwnCloudAccount
2726
import com.owncloud.android.lib.common.OwnCloudClientManagerFactory
@@ -178,6 +177,7 @@ class UnifiedPushWork(
178177

179178
companion object {
180179
private const val TAG = "UnifiedPushWork"
180+
const val APP_NEXTCLOUD_TALK = "com.nextcloud.talk2"
181181
const val ACTION = "action"
182182
const val ACTION_ACTIVATE = "action.activate"
183183
const val ACTION_REGISTER = "action.register"

0 commit comments

Comments
 (0)