mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
fix: don't show bg painter if not pinned
This commit is contained in:
parent
660b5160f2
commit
6d1ab3f1ca
@ -113,6 +113,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
||||
Widget getCardContents(AppLocalizations l10n) {
|
||||
return Stack(
|
||||
children: [
|
||||
if (widget.code.isPinned)
|
||||
Align(
|
||||
alignment: Alignment.topRight,
|
||||
child: CustomPaint(
|
||||
|
Loading…
x
Reference in New Issue
Block a user