diff options
Diffstat (limited to 'src/ui/mobile.c')
-rw-r--r-- | src/ui/mobile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/mobile.c b/src/ui/mobile.c index e04e8d20..3cb6e631 100644 --- a/src/ui/mobile.c +++ b/src/ui/mobile.c | |||
@@ -425,10 +425,10 @@ static iWidget *addChildPanel_(iWidget *parent, iLabelWidget *panelButton, | |||
425 | return panel; | 425 | return panel; |
426 | } | 426 | } |
427 | 427 | ||
428 | void finalizeSheet_Mobile(iWidget *sheet) { | 428 | //void finalizeSheet_Mobile(iWidget *sheet) { |
429 | arrange_Widget(sheet); | 429 | // arrange_Widget(sheet); |
430 | // postRefresh_App(); | 430 | // postRefresh_App(); |
431 | } | 431 | //} |
432 | 432 | ||
433 | static size_t countItems_(const iMenuItem *itemsNullTerminated) { | 433 | static size_t countItems_(const iMenuItem *itemsNullTerminated) { |
434 | size_t num = 0; | 434 | size_t num = 0; |