Skip to content

Commit

Permalink
fix: skipping last onboarding dialog should setHadFirstTime
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Oct 15, 2024
1 parent 42f9794 commit fe5152a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/viscouspot/gitsync/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ class MainActivity : AppCompatActivity() {
"Skip"
) { dialog, _ ->
dialog.dismiss()
settingsManager.setHadFirstTime()
}

val almostThereDialogLink = TextView(this).apply {
Expand Down

0 comments on commit fe5152a

Please sign in to comment.