Skip to content

Commit

Permalink
[release/2.2.1.6] version update. Fix history saving in wrong thread
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelReyes committed Nov 16, 2023
1 parent 1668fe8 commit 356b651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tripkituisample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
android:exported="false" />
<activity android:name=".location_search.LocationSearchActivity" />
<activity android:name=".autocompleter.AutocompleterActivity" />
<activity android:name=".MainActivity">
<activity android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 356b651

Please sign in to comment.