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

Commit a4a445c1 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

App Lounge: Improvements to TOS and SignIn

parent 3c939596
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
package foundation.e.apps.setup
package foundation.e.apps.setup.signin

import android.os.Bundle
import android.view.View
+1 −1
Original line number Diff line number Diff line
package foundation.e.apps.setup
package foundation.e.apps.setup.signin

import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
+1 −1
Original line number Diff line number Diff line
package foundation.e.apps.setup
package foundation.e.apps.setup.tos

import android.os.Bundle
import android.view.View
+1 −1
Original line number Diff line number Diff line
package foundation.e.apps.setup
package foundation.e.apps.setup.tos

import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    android:layout_height="match_parent"
    android:background="@color/colorBackground"
    android:orientation="vertical"
    tools:context=".setup.SignInFragment">
    tools:context=".setup.signin.SignInFragment">

    <androidx.constraintlayout.widget.ConstraintLayout
        android:layout_width="match_parent"
Loading