Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
- updated dependencies
- added setup profile dialog
  • Loading branch information
ch8n committed Jul 21, 2021
1 parent 5911965 commit 1463679
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/java/com/ch8n/taskie/utils/AndroidKtx.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.ch8n.taskie.utils

import android.view.View

fun View.setVisibility(isVisible:Boolean){
visibility = if (isVisible){
View.VISIBLE
}else{
View.GONE
}
}
Binary file modified taskie.apk
Binary file not shown.

0 comments on commit 1463679

Please sign in to comment.