1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 15:11:42 +02:00

Fix lint problems

This commit is contained in:
Allan Wang 2019-09-22 23:02:03 -07:00
parent 142b95f0ae
commit b82fadbff3
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
2 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,7 @@ import kotlinx.coroutines.launch
*/
class SettingsActivity : KPrefActivity() {
var resultFlag = Activity.RESULT_CANCELED
private var resultFlag = Activity.RESULT_CANCELED
companion object {
private const val REQUEST_RINGTONE = 0b10111 shl 5
@ -78,6 +78,7 @@ class SettingsActivity : KPrefActivity() {
}
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
if (fetchRingtone(requestCode, resultCode, data)) return
when (requestCode) {
ACTIVITY_REQUEST_TABS -> {

View File

@ -16,7 +16,7 @@ org.gradle.daemon = true
APP_ID=Frost
APP_GROUP=com.pitchedapps
KAU=788cec5
KAU=dba4c72
android.useAndroidX=true
android.enableJetifier=true