Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf20cffdc3 |
@@ -25,7 +25,7 @@
|
||||
android:theme="@style/Theme.Veil">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
<category android:name="android.intent.category.INFO" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ class SettingsActivity : AppCompatActivity() {
|
||||
}
|
||||
root.addView(hiddenPackagesChips)
|
||||
|
||||
setContentView(ScrollView(this).apply { addView(root) })
|
||||
setContentView(ScrollView(this).apply { addView(root); fitsSystemWindows = true })
|
||||
refreshAppList()
|
||||
refreshHiddenPackages()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user