Quantcast
Channel: User Mr.Goomer - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by Mr.Goomer for Fragment TextView Not Changed Back Locale

$
0
0

So after few hours,I figure out what the problem was.

The problem was I extended FragmentActivity:

public class MapsActivity extends **FragmentActivity** implements OnMapReadyCallback {

And I should have declared AppCompatActivity:

public class MapsActivity extends **AppCompatActivity** implements OnMapReadyCallback {

I knew I would spend hours about something like that ..

Thank you anyway !


Viewing all articles
Browse latest Browse all 42

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>