rahulsain / SharedNotes

Created an Android app that helps organisation to share notes with each other. Built with Firebase
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Debugged some and removed Splash Screen file #30

Closed rohanbabbar04 closed 3 years ago

rohanbabbar04 commented 3 years ago

The splash screen is only opened once and that too at the start of the file I am creating a new Splash screen and have changed that after signout the login is visible without showing the splash screen

rohanbabbar04 commented 3 years ago

Also do add the hacktoberfest accepted label

rahulsain commented 3 years ago

share apk file here

rahulsain commented 3 years ago

I have reviewed your code, that splash activity is actually creating a new temp ACC, hence it is necessary to use splash activity for the usecase

rohanbabbar04 commented 3 years ago

But what is the point to call Splash every time

rohanbabbar04 commented 3 years ago

Login can be called

rohanbabbar04 commented 3 years ago

okay agreed