Skip to content

Commit

Permalink
Import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasalipio committed Feb 14, 2019
1 parent 7fc6465 commit c6a4968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import androidx.appcompat.app.AlertDialog
import androidx.recyclerview.widget.ItemTouchHelper
import androidx.recyclerview.widget.RecyclerView
import com.bluelinelabs.conductor.RouterTransaction
import androidx.appcompat.app.AlertDialog
import androidx.recyclerview.widget.ItemTouchHelper
import androidx.recyclerview.widget.RecyclerView
import com.bluelinelabs.conductor.RouterTransaction
import kotlinx.android.synthetic.main.alert_control.view.*
import kotlinx.android.synthetic.main.checklist_add_item_dialog.view.*
import kotlinx.android.synthetic.main.checklist_view.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import org.secfirst.advancedsearch.models.SearchResult
import org.secfirst.advancedsearch.util.mvp.ThreadSpec
import org.secfirst.umbrella.whitelabel.R
import org.secfirst.umbrella.whitelabel.UmbrellaApplication
import org.secfirst.umbrella.whitelabel.data.database.checklist.*
import org.secfirst.umbrella.whitelabel.data.database.checklist.Content
import org.secfirst.umbrella.whitelabel.data.database.checklist.Content_Table
import org.secfirst.umbrella.whitelabel.data.database.content.toSearchResult
import org.secfirst.umbrella.whitelabel.data.database.form.Form
import org.secfirst.umbrella.whitelabel.data.database.form.Form_Table
Expand Down Expand Up @@ -62,7 +63,7 @@ class SearchActivity : AppCompatActivity(), AdvancedSearchPresenter {
intent.putExtra(SearchManager.QUERY, it)
}
}
setSupportActionBar(toolbar)
setSupportActionBar(searchToolbar)
supportActionBar?.apply {
setDisplayHomeAsUpEnabled(true)
title = getString(R.string.search_results)
Expand Down

0 comments on commit c6a4968

Please sign in to comment.