EGOR-IND commented on a change in pull request #160:
URL: https://github.com/apache/fineract-cn-mobile/pull/160#discussion_r597178923
##########
File path:
app/src/main/java/org/apache/fineract/ui/online/DashboardActivity.java
##########
@@ -77,6 +80,10 @@ protected void onCreate(Bundle savedInstanceState) {
}
}
+ private void assignBaseFragment(FineractBaseFragment baseFragment) {
+ this.baseFragment = baseFragment;
+ }
+
Review comment:
Now here is the problem because my is actually a little bit shorter than
appying on pause every fragment and also I think using interface is little
better in software development sense because it keeps coupling low in a broad
view.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]