Move surequest out of legacy

This commit is contained in:
topjohnwu
2020-03-30 23:53:11 -07:00
parent 6b0854749f
commit 5537b083a8
10 changed files with 7 additions and 51 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<variable
name="viewModel"
type="com.topjohnwu.magisk.legacy.surequest.SuRequestViewModel" />
type="com.topjohnwu.magisk.ui.surequest.SuRequestViewModel" />
</data>
@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<data>
<variable
name="viewModel"
type="com.topjohnwu.magisk.ui.request.RequestViewModel" />
</data>
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</androidx.core.widget.NestedScrollView>
</layout>