mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 02:00:13 +08:00
@@ -389,11 +389,10 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
children: [
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
_coinWithLike.value = !_coinWithLike.value;
|
||||
GStorage.setting.put(
|
||||
SettingBoxKey.coinWithLike,
|
||||
_coinWithLike.value,
|
||||
);
|
||||
final newVal = !_coinWithLike.value;
|
||||
_coinWithLike.value = newVal;
|
||||
GStorage.setting
|
||||
.put(SettingBoxKey.coinWithLike, newVal);
|
||||
},
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
||||
Reference in New Issue
Block a user