mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-05 13:28:24 +01:00
Rename compose activity
This commit is contained in:
parent
43a9ccb218
commit
3a0a8d5c05
@ -9,7 +9,7 @@
|
||||
android:theme="@style/Theme.Readrops">
|
||||
|
||||
<activity
|
||||
android:name=".BaseActivity"
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:label="Articles">
|
||||
<intent-filter>
|
||||
|
@ -18,7 +18,7 @@ import com.readrops.app.compose.feeds.FeedsScreen
|
||||
import com.readrops.app.compose.more.MoreScreen
|
||||
import com.readrops.app.compose.timelime.TimelineScreen
|
||||
|
||||
class BaseActivity : ComponentActivity() {
|
||||
class MainActivity : ComponentActivity() {
|
||||
|
||||
@OptIn(ExperimentalMaterial3Api::class)
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
Loading…
Reference in New Issue
Block a user