Skip to content

Commit 356b651

Browse files
committed
[release/2.2.1.6] version update. Fix history saving in wrong thread
1 parent 1668fe8 commit 356b651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tripkituisample/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
android:exported="false" />
3030
<activity android:name=".location_search.LocationSearchActivity" />
3131
<activity android:name=".autocompleter.AutocompleterActivity" />
32-
<activity android:name=".MainActivity">
32+
<activity android:name=".MainActivity"
33+
android:exported="true">
3334
<intent-filter>
3435
<action android:name="android.intent.action.MAIN" />
3536

0 commit comments

Comments
 (0)