Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Apr 20, 2023
1 parent 7cfac7a commit a0ca524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class MainActivity : AppCompatActivity() {
binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)


val mainViewModel = ViewModelProvider(this)[MainViewModel::class.java]

// Color should be fetched from the server capabilities or another proper source
Expand All @@ -53,7 +52,7 @@ class MainActivity : AppCompatActivity() {
this,
"#${binding.color.text} is not a valid color.",
Toast.LENGTH_SHORT
).show();
).show()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package com.nextcloud.android.common.sample

import android.graphics.Color
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel

Expand Down

0 comments on commit a0ca524

Please sign in to comment.