Skip to content

Commit

Permalink
<fix> 修复MainActivity作为启动器入口不显示BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltedFish-Extreme committed Nov 18, 2021
1 parent d8b0660 commit 61c4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<activity android:name=".ui.weather.WeatherActivity" />
<activity
android:name=".MainActivity"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 61c4306

Please sign in to comment.