TF-248 Update AppBar of ThreadView

This commit is contained in:
dab246
2022-02-08 18:00:56 +07:00
committed by Dat H. Pham
parent 74131407f2
commit 4a49ce8150
9 changed files with 67 additions and 94 deletions
@@ -459,5 +459,10 @@ class AppLocalizations {
name: 'results',
);
}
String get edit {
return Intl.message('Edit',
name: 'edit');
}
}