-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from DAGalpin/6.14_Too_Little_Real_Estate_Finish
6.14 too little real estate finish
- Loading branch information
Showing
9 changed files
with
299 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 0 additions & 93 deletions
93
app/src/main/java/com/example/android/sunshine/app/GcmBroadcastReceiver.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
e7c6fa4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With toolbars in activity_main and in fragment_main, would we end up with two toolbars stacked?
It actually happened to me, so I commented the toolbar in fragment_main to fix it.