File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
49
49
<activity android : name =" .upload.UploadActivity"
50
50
android : icon =" @mipmap/ic_launcher"
51
- android : label =" @string/app_name" >
51
+ android : label =" @string/app_name"
52
+ android : configChanges =" orientation|screenSize|keyboard" >
52
53
<intent-filter android : label =" @string/intent_share_upload_label" >
53
54
<action android : name =" android.intent.action.SEND" />
54
55
106
107
<activity
107
108
android : name =" .explore.SearchActivity"
108
109
android : label =" @string/title_activity_search"
110
+ android : launchMode =" singleTop"
109
111
android : configChanges =" orientation|keyboardHidden|screenSize"
110
112
android : parentActivityName =" .contributions.MainActivity"
111
113
/>
Original file line number Diff line number Diff line change 383
383
<string name =" contributions_fragment" >Contributions</string >
384
384
<string name =" nearby_fragment" >Nearby</string >
385
385
<string name =" notifications" >Notifications</string >
386
- <string name =" archived_notifications" >Notifications(archived)</string >
386
+ <string name =" archived_notifications" >Notifications (archived)</string >
387
387
<string name =" display_nearby_notification" >Display nearby notification</string >
388
388
<string name =" display_nearby_notification_summary" >Tap here to see the nearest place that needs pictures</string >
389
389
<string name =" no_close_nearby" >No nearby places found close to you</string >
You can’t perform that action at this time.
0 commit comments