Skip to content

Commit 4a243aa

Browse files
committed
Flow fix and updated readme
1 parent f745a3b commit 4a243aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727

2828
### Improvements 🚀
2929
This app is currently in development 🛠️. New features and improvements might be added.
30+
31+
- 🛰️ Currently Working on GNSS based Cardinal Direction by using location bearing.

app/src/main/java/com/mubarak/mbcompass/ui/compass/CompassApp.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import android.view.WindowManager
77
import androidx.compose.foundation.Image
88
import androidx.compose.foundation.background
99
import androidx.compose.foundation.layout.Arrangement
10+
import androidx.compose.foundation.layout.Column
1011
import androidx.compose.foundation.layout.ExperimentalLayoutApi
1112
import androidx.compose.foundation.layout.FlowColumn
1213
import androidx.compose.foundation.layout.fillMaxSize
@@ -101,9 +102,7 @@ fun MBCompass(
101102
Font(resId = R.font.dm_sans_18, weight = FontWeight.Bold)
102103
)
103104

104-
FlowColumn(
105-
horizontalArrangement = Arrangement.Center,
106-
verticalArrangement = Arrangement.Center,
105+
Column(
107106
modifier = Modifier.align(Alignment.CenterHorizontally)
108107
) {
109108

0 commit comments

Comments
 (0)