mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-11 14:44:02 +01:00
Add parent activity to profile
This commit is contained in:
parent
b944201b3c
commit
0df8cb9c7a
@ -41,7 +41,12 @@
|
||||
android:scheme="@string/auth_scheme" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".ProfileActivity" />
|
||||
</application>
|
||||
<activity android:name=".ProfileActivity">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".MainActivity"/>
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Reference in New Issue
Block a user