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 4848
4949 <activity android : name =" .upload.UploadActivity"
5050 android : icon =" @mipmap/ic_launcher"
51- android : label =" @string/app_name" >
51+ android : label =" @string/app_name"
52+ android : configChanges =" orientation|screenSize|keyboard" >
5253 <intent-filter android : label =" @string/intent_share_upload_label" >
5354 <action android : name =" android.intent.action.SEND" />
5455
106107 <activity
107108 android : name =" .explore.SearchActivity"
108109 android : label =" @string/title_activity_search"
110+ android : launchMode =" singleTop"
109111 android : configChanges =" orientation|keyboardHidden|screenSize"
110112 android : parentActivityName =" .contributions.MainActivity"
111113 />
Original file line number Diff line number Diff line change 383383 <string name =" contributions_fragment" >Contributions</string >
384384 <string name =" nearby_fragment" >Nearby</string >
385385 <string name =" notifications" >Notifications</string >
386- <string name =" archived_notifications" >Notifications(archived)</string >
386+ <string name =" archived_notifications" >Notifications (archived)</string >
387387 <string name =" display_nearby_notification" >Display nearby notification</string >
388388 <string name =" display_nearby_notification_summary" >Tap here to see the nearest place that needs pictures</string >
389389 <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