Skip to content
Snippets Groups Projects
Commit 39f4a356 authored by Taras's avatar Taras
Browse files

Rename main activity layout

parent f9d95d0f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import androidx.appcompat.app.AppCompatActivity ...@@ -6,7 +6,7 @@ import androidx.appcompat.app.AppCompatActivity
import org.futo.circles.extensions.disableScreenScale import org.futo.circles.extensions.disableScreenScale
class MainActivity : AppCompatActivity(R.layout.main_activity) { class MainActivity : AppCompatActivity(R.layout.activity_main) {
override fun attachBaseContext(newBase: Context) { override fun attachBaseContext(newBase: Context) {
super.attachBaseContext(ContextWrapper(newBase.disableScreenScale())) super.attachBaseContext(ContextWrapper(newBase.disableScreenScale()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment