Skip to content

Commit

Permalink
Merge pull request #15 from onstonboy/develop
Browse files Browse the repository at this point in the history
1.0.4
  • Loading branch information
onstonboy authored Oct 1, 2019
2 parents 86244ad + 76794f5 commit 8eeddc8
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 87 deletions.
Binary file modified .gradle/5.4.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.4.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.4.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.4.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/5.4.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/5.4.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.4.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.4.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
107 changes: 21 additions & 86 deletions .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion ccp/src/main/java/com/ccc/ccp/Country.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ data class Country(
} catch (e: Exception) {
Log.e(TAG, "error", e)
}
return countries
return countries.sortedBy { it.name }
}

fun getFlagMasterResID(countryCode: Country): Int {
Expand Down

0 comments on commit 8eeddc8

Please sign in to comment.