Skip to content

Commit

Permalink
Fixes the ACC config editor #189
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteCarra committed Aug 31, 2021
1 parent 942b8c1 commit d40794d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AccConfigEditorActivity : ScopedAppActivity(), NumberPicker.OnValueChangeL
val binding = ActivityAccConfigEditorBinding.inflate(layoutInflater)
setContentView(binding.root)

content = ContentAccConfigEditorBinding.inflate(layoutInflater)
content = binding.content

// Load preferences
mPreferences = Preferences(this)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_acc_config_editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

<include layout="@layout/content_acc_config_editor"/>
<include android:id="@+id/content" layout="@layout/content_acc_config_editor"/>

</FrameLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit d40794d

Please sign in to comment.