Closes #1119: Removes unused crash_container

This commit is contained in:
Sawyer Blatz 2019-03-21 08:49:14 -07:00 committed by Jeff Boek
parent bb3ebbdbe2
commit 557cb95082
1 changed files with 0 additions and 7 deletions

View File

@ -11,13 +11,6 @@
android:layout_height="match_parent"
tools:context="browser.BrowserFragment">
<FrameLayout
android:id="@+id/crash_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/photonRed50"
android:visibility="gone"/>
<mozilla.components.concept.engine.EngineView
android:id="@+id/engineView"
android:layout_width="match_parent"