Implemented new set article mechanism for unscannable articles
This commit is contained in:
@ -117,8 +117,6 @@ class _SignatureViewState extends State<SignatureView> {
|
||||
builder: (context, state) {
|
||||
final current = state;
|
||||
|
||||
debugPrint("STATE: $current");
|
||||
|
||||
if (current is NoteLoaded) {
|
||||
if (current.notes.isEmpty) {
|
||||
return const SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user