mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Display a toast to indicate the user to login before voting, replying and commeting.
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:id="@+id/divider_main_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/dividerColor" />
|
||||
|
@@ -177,4 +177,5 @@
|
||||
<string name="manage_accounts">Manage accounts</string>
|
||||
<string name="log_out">Log out</string>
|
||||
<string name="press_here_to_login">Press here to login</string>
|
||||
<string name="login_first">Login first</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user