Skip to content

Commit

Permalink
permission name visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Trnka committed Mar 16, 2018
1 parent 451e9d7 commit 66092eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import android.support.v4.content.ContextCompat
* @param permissionName android.Manifest.permission name of permission
*/
abstract class BasePermission(
private val permissionName: String
@Suppress("MemberVisibilityCanBePrivate") val permissionName: String
) {
private val requestValue: Int = requestNumber

Expand Down

0 comments on commit 66092eb

Please sign in to comment.