diff options
author | cyBerta <cyberta@riseup.net> | 2019-04-02 01:12:37 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-04-02 01:12:37 +0200 |
commit | 197f79fa142c2c6bfe2d5e7279c6fad79fa427c2 (patch) | |
tree | ffc94f0256206746346fc14da2438c021a0b9f1a /app/src/main/res/layout | |
parent | 9eb20164f227fb617b2ea9700ebd493f9bf7caa4 (diff) |
catch illegal state exceptions when replacing fragments
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/a_main.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/a_main.xml b/app/src/main/res/layout/a_main.xml index 21fdaa66..0344e5af 100644 --- a/app/src/main/res/layout/a_main.xml +++ b/app/src/main/res/layout/a_main.xml @@ -26,7 +26,7 @@ </android.support.v7.widget.Toolbar> <FrameLayout - android:id="@+id/container" + android:id="@+id/main_container" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout> |