mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
fix: launch image icon size
This commit is contained in:
@@ -55,7 +55,7 @@ class _HtmlViewState extends State<HtmlView> {
|
||||
javascriptMode: JavascriptMode.unrestricted,
|
||||
onWebViewCreated: (c) async {
|
||||
controller = c;
|
||||
timer = Timer.periodic(Duration(milliseconds: 300), (t) {
|
||||
timer = Timer.periodic(Duration(milliseconds: 1000), (t) {
|
||||
updateHeight();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user