mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Fix back button issue
This commit is contained in:
parent
dbeeaa0aa8
commit
ee5df7d35c
3 changed files with 6 additions and 15 deletions
|
|
@ -84,7 +84,8 @@
|
|||
android:label="@string/title_activity_signup"/>
|
||||
<activity
|
||||
android:name=".nearby.NearbyActivity"
|
||||
android:label="@string/title_activity_nearby" />
|
||||
android:label="@string/title_activity_nearby"
|
||||
android:parentActivityName=".contributions.ContributionsActivity"/>
|
||||
|
||||
<service android:name=".upload.UploadService" >
|
||||
</service>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue