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