Skip to content

Commit

Permalink
update avg
Browse files Browse the repository at this point in the history
  • Loading branch information
mac committed Apr 14, 2024
1 parent f7f7033 commit 47074f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
android:exported="true"
android:name=".view.activity.SplashActivity"
android:windowSoftInputMode="stateAlwaysHidden">
<!-- android:theme="@style/AppTheme.Splash"-->
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down Expand Up @@ -219,8 +218,7 @@

<activity
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:label="@string/app_name" />
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />

<activity
android:name=".view.fcmkit.FcmFoodHomeActivity"
Expand All @@ -231,7 +229,7 @@
android:exported="false"
android:resizeableActivity="true"
android:supportsPictureInPicture="true"
tools:targetApi="n" />
/>
</application>

</manifest>

0 comments on commit 47074f0

Please sign in to comment.