Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
fix: preview removed from master code (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusribeirozup authored May 29, 2020
1 parent 23ce0a5 commit c9ca621
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import android.view.Menu
import android.view.MenuItem
import androidx.appcompat.app.AppCompatActivity
import androidx.fragment.app.Fragment
import br.com.zup.beagle.preview.PreviewActivity
import br.com.zup.beagle.sample.activities.NavigationBarActivity
import br.com.zup.beagle.sample.constants.SAMPLE_ENDPOINT
import br.com.zup.beagle.sample.fragment.ComposeComponentFragment
Expand Down Expand Up @@ -95,7 +94,6 @@ class MainActivity : AppCompatActivity() {
this,
ScreenRequest(SAMPLE_ENDPOINT)
))
R.id.preview -> startActivity(PreviewActivity.newIntent(this))
}
}

Expand Down

0 comments on commit c9ca621

Please sign in to comment.