Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62dc0ece authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Merge branch 'implement_app-request-form' into 'master'

Automatically scroll to top after submitting app request

See merge request e/apps/apps!2
parents fa8e8d59 26e4ba59
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ class AppRequestActivity : AppCompatActivity(), TextWatcher {
                    app_request_error_text_view.text = getString(it.description)
                    app_request_error_text_view.background = getDrawable(R.drawable.error_border)
                }
                scroll_view.scrollTo(0, 0)
            }
        })
    }
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
        app:title="@string/preference_apps_request_app_title" />

    <ScrollView
        android:id="@+id/scroll_view"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        app:layout_constraintBottom_toBottomOf="parent"