mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
View user details in ViewUserDetailActivity. Follow or unfollow user is not properly implemented right now. Change users and subscribed_users databases' schemes. Press Profile in navigation drawer to view my reddit info. Press the username in the post to view that account's info.
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
android:theme="@style/AppTheme.NoActionBarWithTranslucentStatusBar" />
|
||||
<activity
|
||||
android:name=".ViewUserDetailActivity"
|
||||
android:label="@string/title_activity_view_user_detail"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:theme="@style/AppTheme.NoActionBarWithTranslucentStatusBar" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
Reference in New Issue
Block a user