Remove temporary hidden logout button

This commit is contained in:
Moe Poi ~ 2022-05-22 21:40:30 +07:00
parent cbef9ac8d3
commit ecd0f9f928

View file

@ -254,9 +254,6 @@ class Navigation extends StatelessWidget {
onTap: () { onTap: () {
onItemPressed(itemIcons.length == 4 ? 2 : 1); onItemPressed(itemIcons.length == 4 ? 2 : 1);
}, },
onDoubleTap: () {
removeSession();
},
child: Container( child: Container(
decoration: BoxDecoration( decoration: BoxDecoration(
boxShadow: [ boxShadow: [