Skip to content

Commit 536ca4d

Browse files
author
Ishaan Kaushal
committed
added comments
1 parent 42c9c3f commit 536ca4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/lenefice/cafii/MainActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
5454
* This method is executed just after the app starts.
5555
* This will fully set the UI portion of App with all permission & detection.
5656
* Override annotation will override this method in AppCompatActivity.
57-
* @param savedInstanceState The savedInstanceState is a reference to a Bundle object.
57+
* @param savedInstanceState The savedInstanceState is a
58+
* reference to a Bundle object.
5859
*/
5960

6061
@SuppressLint("SourceLockedOrientationActivity")

0 commit comments

Comments
 (0)