mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-10 07:50:28 -07:00
fix(AndroidTV): Removed local caching
Added increased heap size in manifest
This commit is contained in:
parent
bbed9cb82b
commit
9e5537089b
3 changed files with 7 additions and 37 deletions
|
|
@ -247,7 +247,7 @@ class _DetailScaffoldState extends ConsumerState<DetailScaffold> {
|
|||
),
|
||||
),
|
||||
//Top row buttons
|
||||
if (AdaptiveLayout.of(context).viewSize < ViewSize.desktop)
|
||||
if (AdaptiveLayout.inputDeviceOf(context) != InputDevice.dPad)
|
||||
IconTheme(
|
||||
data: IconThemeData(color: Theme.of(context).colorScheme.onSurface),
|
||||
child: Padding(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue