mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 14:15:08 +03:00
fix lint message about unused lambda expression
This commit is contained in:
parent
d757f8d894
commit
cfb8733939
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class MainActivity : AppCompatActivity() {
|
||||||
getString(R.string.cancel),
|
getString(R.string.cancel),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
.request { allGranted, _, _ -> {}
|
.request { allGranted, _, _ ->
|
||||||
if (!allGranted) {
|
if (!allGranted) {
|
||||||
Toast.makeText(this, R.string.ntfn_denied, Toast.LENGTH_LONG).show()
|
Toast.makeText(this, R.string.ntfn_denied, Toast.LENGTH_LONG).show()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue