From 1ea3f0bc9a8440cbfcbf92f351ef1b5dce4d2a3f Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Tue, 12 Dec 2023 12:33:40 +0200 Subject: [PATCH] Add loading for subscription stage --- auth/src/main/res/layout/fragment_subscription_stage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/src/main/res/layout/fragment_subscription_stage.xml b/auth/src/main/res/layout/fragment_subscription_stage.xml index e3c692a23..3998ec520 100644 --- a/auth/src/main/res/layout/fragment_subscription_stage.xml +++ b/auth/src/main/res/layout/fragment_subscription_stage.xml @@ -36,7 +36,7 @@ app:layout_constraintVertical_bias="0.3" app:layout_constraintVertical_chainStyle="packed" /> - <androidx.recyclerview.widget.RecyclerView + <org.futo.circles.core.view.LoadingRecyclerView android:id="@+id/rvSubscriptions" android:layout_width="0dp" android:layout_height="0dp" -- GitLab