Skip to content

Commit

Permalink
Potentially fix crash in profile info
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Feb 27, 2019
1 parent f857585 commit 9fd85d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ProfileInfoFragment : BaseContentFragment<UserInfo>() {
private const val RANK_FORUM_CATEGORY_ID = "79"
private const val RANK_FORUM_TOPIC = "Rangpunkte und Ränge"

private val rankRegex = Regex(".*", RegexOption.DOT_MATCHES_ALL)
private val rankRegex = Regex(".+", RegexOption.DOT_MATCHES_ALL)

fun newInstance() = ProfileInfoFragment().apply {
arguments = bundleOf()
Expand Down

0 comments on commit 9fd85d9

Please sign in to comment.