We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d97a45 commit 727bbbbCopy full SHA for 727bbbb
app/src/main/java/com/mixtapeo/lyrisync/MainActivity.kt
@@ -282,7 +282,7 @@ class MainActivity : AppCompatActivity() {
282
findViewById<com.google.android.material.slider.Slider>(R.id.textSizeSlider)
283
284
// Load saved text sizes
285
- val savedTextSize = sharedPrefs.getFloat("TEXT_SIZE", 22f)
+ val savedTextSize = sharedPrefs.getFloat("TEXT_SIZE", 16f)
286
287
// Initialize Sliders
288
textSizeSlider.value = savedTextSize
@@ -517,7 +517,7 @@ class MainActivity : AppCompatActivity() {
517
518
if (!isFirstRun) {
519
// Try to connect silently first. Do NOT force the auth view yet.
520
- reconnectToSpotify(forceAuthView = false)
+ reconnectToSpotify(forceAuthView = true)
521
}
522
523
0 commit comments