fixed issues

This commit is contained in:
Navjot 2019-08-26 21:06:44 +05:30
parent d6f006198c
commit bc320ba2d7
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C

View File

@ -1450,6 +1450,8 @@ class MailDetail(Screen):
state.all_count = str(int(state.all_count) - 1) state.all_count = str(int(state.all_count) - 1)
self.parent.parent.screens[4].clear_widgets() self.parent.parent.screens[4].clear_widgets()
self.parent.parent.screens[4].add_widget(Trash()) self.parent.parent.screens[4].add_widget(Trash())
self.parent.parent.screens[16].clear_widgets()
self.parent.parent.screens[16].add_widget(Allmails())
toast('Deleted') toast('Deleted')
def inbox_reply(self): def inbox_reply(self):