Skip to content

Commit

Permalink
Updated instagram feature
Browse files Browse the repository at this point in the history
  • Loading branch information
myofficework000 committed Aug 3, 2023
1 parent cdd1166 commit 04db34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".demos.instagram.InstagramActivity"/>
<activity
android:name=".ui.views.quotes_ui.QuoteActivity"
android:exported="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fun InstagramHome(
onProfileClicked: () -> Unit,
onMessagingClicked: () -> Unit
) {
var showStory = remember { mutableStateOf(false) }
val showStory = remember { mutableStateOf(false) }

Box(modifier = Modifier.fillMaxSize()) {
Scaffold(
Expand Down

0 comments on commit 04db34e

Please sign in to comment.