Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Aug 20, 2020
1 parent dbf73e6 commit c578b60
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -72,7 +72,6 @@ class MainActivity : AppCompatActivity(), PlacesSearchDialog.PlaceSelectedCallba
lateinit var pagerAdapter: ViewPagerAdapterMain
private var prevMenuItem: MenuItem? = null
private var searchItem: MenuItem? = null
//private val welcomeScreen = WelcomeHelper(this, WelcomeActivity::class.java)

// Utils packages
private lateinit var su: StorageUtils
Expand All @@ -89,9 +88,6 @@ class MainActivity : AppCompatActivity(), PlacesSearchDialog.PlaceSelectedCallba
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)

// Start WelcomeActivity
//welcomeScreen.show(savedInstanceState)

// Initialize own instance
own_instance = this

Expand Down Expand Up @@ -236,11 +232,6 @@ class MainActivity : AppCompatActivity(), PlacesSearchDialog.PlaceSelectedCallba
initializeApp()
}

/*override fun onSaveInstanceState(outState: Bundle) {
super.onSaveInstanceState(outState)
welcomeScreen.onSaveInstanceState(outState)
}*/

override fun onConfigurationChanged(newConfig: Configuration) {
super.onConfigurationChanged(newConfig)
restartApp(this)
Expand Down

0 comments on commit c578b60

Please sign in to comment.