mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Fixed Codacy Static Code Analysis issue
This commit is contained in:
parent
62a79fa144
commit
5e1cd4f718
1 changed files with 1 additions and 2 deletions
|
@ -925,8 +925,7 @@ class NotificationWorker(context: Context, workerParams: WorkerParameters) : Wor
|
|||
Manifest.permission.POST_NOTIFICATIONS
|
||||
) != PackageManager.PERMISSION_GRANTED
|
||||
) {
|
||||
// TODO: Consider calling
|
||||
// ActivityCompat#requestPermissions
|
||||
|
||||
// here to request the missing permissions, and then overriding
|
||||
// public void onRequestPermissionsResult(int requestCode, String[] permissions,
|
||||
// int[] grantResults)
|
||||
|
|
Loading…
Reference in a new issue