refactor: removing unused piece of code

This commit is contained in:
LucasGGamerM
2023-03-21 19:54:20 -03:00
parent 1680c635dc
commit 9d60924512

View File

@@ -265,13 +265,6 @@ public class HomeFragment extends AppKitFragment implements OnBackPressedListene
return;
}
if(tab == R.id.tab_notifications){
notificationBadged=false;
GlobalUserPreferences.lastNotificationOpenedTime = System.currentTimeMillis();
GlobalUserPreferences.save();
setNotificationBadge();
}
if (newFragment instanceof DomainDisplay display) {
DomainManager.getInstance().setCurrentDomain(display.getDomain());
}