Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fattazzo committed May 15, 2018
1 parent b04f4ab commit 7b50196
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class AboutActivity : AppCompatActivity() {
.withLang("it")
.withAppBox(true)
.withAuthorBox(true)
.withOtherProjectsBox(true)

setContentView(aboutViewBuilder.build(this))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ class AboutFab(private val mContext: Context) {

private var action: View.OnClickListener? = null

private var url: String? = null

private var color: Int = R.color.aboutlibrary_light_gray

fun withColor(color: Int): AboutFab {
Expand Down

0 comments on commit 7b50196

Please sign in to comment.