Skip to content

Commit a48e000

Browse files
committed
2 parents 51cf902 + 114a932 commit a48e000

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
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

@@ -106,6 +107,7 @@
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
/>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
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>

0 commit comments

Comments
 (0)