Skip to content

Commit

Permalink
Update profile link for contributor
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
  • Loading branch information
saulhdev committed Jan 27, 2021
1 parent 3db3dde commit 244b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Omega/src/com/saggitt/omega/settings/AboutFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class AboutFragment : Fragment() {
}
val contrib2 = view.findViewById<ConstraintLayout>(R.id.contributor2)
contrib2.setOnClickListener {
aboutUtils.openWebBrowser("https://github.com/rafaelvenancio98")
aboutUtils.openWebBrowser("https://github.com/nonaybay")
}

license.loadUrl("file:///android_asset/license.htm")
Expand Down

0 comments on commit 244b2d8

Please sign in to comment.