Commit 41acadf2 authored by fallenstardust's avatar fallenstardust

只对mainactivity显示更新日志dialog禁用返回键关闭

parent 7e121df8
...@@ -135,6 +135,7 @@ public class MainActivity extends HomeActivity implements BottomNavigationBar.On ...@@ -135,6 +135,7 @@ public class MainActivity extends HomeActivity implements BottomNavigationBar.On
} }
}); });
dialog.setCancelable(false);
dialog.show(); dialog.show();
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment