mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
リファクタリング
This commit is contained in:
parent
a62d748c72
commit
b4135f9ec0
|
@ -40,9 +40,8 @@ public class MainActivity extends AppCompatActivity {
|
||||||
|
|
||||||
BottomNavigationView bottomNavigationView = findViewById(R.id.bottom_nav);
|
BottomNavigationView bottomNavigationView = findViewById(R.id.bottom_nav);
|
||||||
|
|
||||||
if (sharedPrefUtils.getIsFirstLaunch()) {
|
// Initialize app
|
||||||
initializeApp();
|
if (sharedPrefUtils.getIsFirstLaunch()) initializeApp();
|
||||||
}
|
|
||||||
|
|
||||||
// Init navigation
|
// Init navigation
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user