File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/src/main/java/com/nextcloud/client/jobs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import androidx.work.Worker
2121import androidx.work.WorkerParameters
2222import com.nextcloud.client.account.UserAccountManager
2323import com.nextcloud.client.preferences.AppPreferences
24- import com.nextcloud.utils.LinkHelper.APP_NEXTCLOUD_TALK
2524import com.owncloud.android.R
2625import com.owncloud.android.lib.common.OwnCloudAccount
2726import 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"
You can’t perform that action at this time.
0 commit comments