Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Jan 22, 2020
1 parent c1928b0 commit e1ca8f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haberlesme/wifi-p2p.md
Expand Up @@ -179,8 +179,9 @@ val PRC_ACCESS_FINE_LOCATION = 1
PRC_ACCESS_FINE_LOCATION ->
if (grantResults[0] != PackageManager.PERMISSION_GRANTED) {
Toast.makeText(this, "Konum izni gereklidir", Toast.LENGTH_SHORT).show()
finish()
}
}
}
}
```
{% endtab %}
Expand Down

0 comments on commit e1ca8f8

Please sign in to comment.